Html Css Color HEX #0031C6 International Klein Blue

📋 copy color: '#0031C6'

red 0 ◦ green 49 ◦ blue 198

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

Shades of International Klein Blue #0031C6

Tints of International Klein Blue #0031C6

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 0%
G = 19.84%
B = 80.16%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0031C6 (or 0x0031C6) is known color: International Klein Blue. HEX triplet: 00, 31 and C6. RGB value is (0,49,198). Sum of RGB (Red+Green+Blue) = 0+49+198=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 198 (77.73% from 255 or 80.16% from 247); Max value from RGB is 198 - color contains mainly: blue. Hex color #0031C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0031C6 is #FFCE39. Grayscale: #323232. Windows color (decimal): -16764474 or 12988672. OLE color: 12988672.

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

Color convert

RGB 0 49 198 -
CMYK 1 0.75 0 0.22
HSL 225.15º 1% 0.39% -
HSV(B) 225.15º 1% 0.78% -
XYZ 11.29 6.27 54.04 -
YUV 51.34 210.77 91.38 -
System Red Green Blue C M Y K H S L
Decimal 0 49 198 1 0.75 0 0.22 225.15 1 0.39
Hex 0 31 C6 64 4B 0 16 E1 64 27
Octal 0 61 306 144 113 0 26 341 144 47
Binary 0 110001 11000110 1100100 1001011 0 10110 11100001 1100100 100111

Color Harmonies of #0031C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0031C6

Black with #0031C6

Text Example


Text Example

White with #0031C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,49,198); }

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

background-color css

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

 a { background-color: rgb(0,49,198); }

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

border-color css

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

 span { border-color: rgb(0,49,198); }

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