Html Css Color HEX #002EB8 International Klein Blue

📋 copy color: '#002EB8'

red 0 ◦ green 46 ◦ blue 184

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

Shades of International Klein Blue #002EB8

Tints of International Klein Blue #002EB8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20%

 BLUE value IS 184 (72.27% from 255) = 80%

R = 0%
G = 20%
B = 80%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#002EB8 (or 0x002EB8) is known color: International Klein Blue. HEX triplet: 00, 2E and B8. RGB value is (0,46,184). Sum of RGB (Red+Green+Blue) = 0+46+184=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 184 (72.27% from 255 or 80% from 230); Max value from RGB is 184 - color contains mainly: blue. Hex color #002EB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EB8 is #FFD147. Grayscale: #2F2F2F. Windows color (decimal): -16765256 or 12070400. OLE color: 12070400.

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

Color convert

RGB 0 46 184 -
CMYK 1 0.75 0 0.28
HSL 225º 1% 0.36% -
HSV(B) 225º 1% 0.72% -
XYZ 9.63 5.41 45.89 -
YUV 47.98 204.76 93.78 -
System Red Green Blue C M Y K H S L
Decimal 0 46 184 1 0.75 0 0.28 225 1 0.36
Hex 0 2E B8 64 4B 0 1C E1 64 24
Octal 0 56 270 144 113 0 34 341 144 44
Binary 0 101110 10111000 1100100 1001011 0 11100 11100001 1100100 100100

Color Harmonies of #002EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EB8

Black with #002EB8

Text Example


Text Example

White with #002EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,46,184); }

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

background-color css

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

 a { background-color: rgb(0,46,184); }

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

border-color css

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

 span { border-color: rgb(0,46,184); }

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