Html Css Color HEX #002CC0 International Klein Blue

📋 copy color: '#002CC0'

red 0 ◦ green 44 ◦ blue 192

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

Shades of International Klein Blue #002CC0

Tints of International Klein Blue #002CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 81.36%

R = 0%
G = 18.64%
B = 81.36%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#002CC0 (or 0x002CC0) is known color: International Klein Blue. HEX triplet: 00, 2C and C0. RGB value is (0,44,192). Sum of RGB (Red+Green+Blue) = 0+44+192=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 192 (75.39% from 255 or 81.36% from 236); Max value from RGB is 192 - color contains mainly: blue. Hex color #002CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002CC0 is #FFD33F. Grayscale: #2F2F2F. Windows color (decimal): -16765760 or 12594176. OLE color: 12594176.

HSL color Cylindrical-coordinate representation of color #002CC0: hue angle of 226.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CC0 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 44 192 -
CMYK 1 0.77 0 0.25
HSL 226.25º 1% 0.38% -
HSV(B) 226.25º 1% 0.75% -
XYZ 10.42 5.61 50.4 -
YUV 47.72 209.42 93.97 -
System Red Green Blue C M Y K H S L
Decimal 0 44 192 1 0.77 0 0.25 226.25 1 0.38
Hex 0 2C C0 64 4D 0 19 E2 64 26
Octal 0 54 300 144 115 0 31 342 144 46
Binary 0 101100 11000000 1100100 1001101 0 11001 11100010 1100100 100110

Color Harmonies of #002CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002CC0

Black with #002CC0

Text Example


Text Example

White with #002CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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