Html Css Color HEX #002EB2 International Klein Blue

📋 copy color: '#002EB2'

red 0 ◦ green 46 ◦ blue 178

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

Shades of International Klein Blue #002EB2

Tints of International Klein Blue #002EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 79.46%

R = 0%
G = 20.54%
B = 79.46%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#002EB2 (or 0x002EB2) is known color: International Klein Blue. HEX triplet: 00, 2E and B2. RGB value is (0,46,178). Sum of RGB (Red+Green+Blue) = 0+46+178=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 178 (69.92% from 255 or 79.46% from 224); Max value from RGB is 178 - color contains mainly: blue. Hex color #002EB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002EB2 is #FFD14D. Grayscale: #2E2E2E. Windows color (decimal): -16765262 or 11677184. OLE color: 11677184.

HSL color Cylindrical-coordinate representation of color #002EB2: hue angle of 224.49º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EB2 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 46 178 -
CMYK 1 0.74 0 0.30
HSL 224.49º 1% 0.35% -
HSV(B) 224.49º 1% 0.7% -
XYZ 9.01 5.17 42.64 -
YUV 47.29 201.76 94.27 -
System Red Green Blue C M Y K H S L
Decimal 0 46 178 1 0.74 0 0.30 224.49 1 0.35
Hex 0 2E B2 64 4A 0 1E E0 64 23
Octal 0 56 262 144 112 0 36 340 144 43
Binary 0 101110 10110010 1100100 1001010 0 11110 11100000 1100100 100011

Color Harmonies of #002EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EB2

Black with #002EB2

Text Example


Text Example

White with #002EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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