Html Css Color HEX #0228C6 International Klein Blue

📋 copy color: '#0228C6'

red 2 ◦ green 40 ◦ blue 198

#0228C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0228C6

Tints of International Klein Blue #0228C6

RGB

 RED value IS 2 (1.17% from 255) = 0.83%

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 198 (77.73% from 255) = 82.5%

R = 0.83%
G = 16.67%
B = 82.5%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0228C6 (or 0x0228C6) is known color: International Klein Blue. HEX triplet: 02, 28 and C6. RGB value is (2,40,198). Sum of RGB (Red+Green+Blue) = 2+40+198=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 198 (77.73% from 255 or 82.5% from 240); Max value from RGB is 198 - color contains mainly: blue. Hex color #0228C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0228C6 is #FDD739. Grayscale: #2D2D2D. Windows color (decimal): -16635706 or 12986370. OLE color: 12986370.

HSL color Cylindrical-coordinate representation of color #0228C6: hue angle of 228.37º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228C6 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 40 198 -
CMYK 0.99 0.80 0 0.22
HSL 228.37º 0.98% 0.39% -
HSV(B) 228.37º 0.99% 0.78% -
XYZ 10.98 5.61 53.93 -
YUV 46.65 213.41 96.15 -
System Red Green Blue C M Y K H S L
Decimal 2 40 198 0.99 0.80 0 0.22 228.37 0.98 0.39
Hex 2 28 C6 63 50 0 16 E4 62 27
Octal 2 50 306 143 120 0 26 344 142 47
Binary 10 101000 11000110 1100011 1010000 0 10110 11100100 1100010 100111

Color Harmonies of #0228C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0228C6

Black with #0228C6

Text Example


Text Example

White with #0228C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0228C6; }

 p { color: rgb(2,40,198); }

 H1.HeaderClassName
 {
   color: #0228C6;
 }
 .AnyTagClassName
 {
   color: #0228C6;
 }
</style>

background-color css

<style>
 a { background-color: #0228C6; }

 a { background-color: rgb(2,40,198); }

 div.DivClassName
 {
   background-color: #0228C6;
 }
 .BgClassName
 {
   background-color: #0228C6;
 }
</style>

border-color css

<style>
 span { border-color: #0228C6; }

 span { border-color: rgb(2,40,198); }

 td.TdClassName
 {
   border-color: #0228C6;
 }
 .TagClassName
 {
   border-color: #0228C6;
 }
</style>