Html Css Color HEX #002BC8 International Klein Blue

📋 copy color: '#002BC8'

red 0 ◦ green 43 ◦ blue 200

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

Shades of International Klein Blue #002BC8

Tints of International Klein Blue #002BC8

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

 BLUE value IS 200 (78.52% from 255) = 82.3%

R = 0%
G = 17.7%
B = 82.3%

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

#002BC8 (or 0x002BC8) is known color: International Klein Blue. HEX triplet: 00, 2B and C8. RGB value is (0,43,200). Sum of RGB (Red+Green+Blue) = 0+43+200=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 200 (78.52% from 255 or 82.30% from 243); Max value from RGB is 200 - color contains mainly: blue. Hex color #002BC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BC8 is #FFD437. Grayscale: #2F2F2F. Windows color (decimal): -16766008 or 13118208. OLE color: 13118208.

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

Color convert

RGB 0 43 200 -
CMYK 1 0.78 0 0.22
HSL 227.1º 1% 0.39% -
HSV(B) 227.1º 1% 0.78% -
XYZ 11.29 5.9 55.19 -
YUV 48.04 213.75 93.73 -
System Red Green Blue C M Y K H S L
Decimal 0 43 200 1 0.78 0 0.22 227.1 1 0.39
Hex 0 2B C8 64 4E 0 16 E3 64 27
Octal 0 53 310 144 116 0 26 343 144 47
Binary 0 101011 11001000 1100100 1001110 0 10110 11100011 1100100 100111

Color Harmonies of #002BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002BC8

Black with #002BC8

Text Example


Text Example

White with #002BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,43,200); }

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

background-color css

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

 a { background-color: rgb(0,43,200); }

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

border-color css

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

 span { border-color: rgb(0,43,200); }

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