Html Css Color HEX #002CC6 International Klein Blue

📋 copy color: '#002CC6'

red 0 ◦ green 44 ◦ blue 198

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

Shades of International Klein Blue #002CC6

Tints of International Klein Blue #002CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.18%

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

R = 0%
G = 18.18%
B = 81.82%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#002CC6 (or 0x002CC6) is known color: International Klein Blue. HEX triplet: 00, 2C and C6. RGB value is (0,44,198). Sum of RGB (Red+Green+Blue) = 0+44+198=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 198 (77.73% from 255 or 81.82% from 242); Max value from RGB is 198 - color contains mainly: blue. Hex color #002CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CC6 is #FFD339. Grayscale: #2F2F2F. Windows color (decimal): -16765754 or 12987392. OLE color: 12987392.

HSL color Cylindrical-coordinate representation of color #002CC6: hue angle of 226.67º 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 #002CC6 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 44 198 -
CMYK 1 0.78 0 0.22
HSL 226.67º 1% 0.39% -
HSV(B) 226.67º 1% 0.78% -
XYZ 11.09 5.88 53.98 -
YUV 48.4 212.42 93.48 -
System Red Green Blue C M Y K H S L
Decimal 0 44 198 1 0.78 0 0.22 226.67 1 0.39
Hex 0 2C C6 64 4E 0 16 E3 64 27
Octal 0 54 306 144 116 0 26 343 144 47
Binary 0 101100 11000110 1100100 1001110 0 10110 11100011 1100100 100111

Color Harmonies of #002CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CC6

Black with #002CC6

Text Example


Text Example

White with #002CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002CC6; }

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

 H1.HeaderClassName
 {
   color: #002CC6;
 }
 .AnyTagClassName
 {
   color: #002CC6;
 }
</style>

background-color css

<style>
 a { background-color: #002CC6; }

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

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

border-color css

<style>
 span { border-color: #002CC6; }

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

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