Html Css Color HEX #002EAE International Klein Blue

📋 copy color: '#002EAE'

red 0 ◦ green 46 ◦ blue 174

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

Shades of International Klein Blue #002EAE

Tints of International Klein Blue #002EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 79.09%

R = 0%
G = 20.91%
B = 79.09%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#002EAE (or 0x002EAE) is known color: International Klein Blue. HEX triplet: 00, 2E and AE. RGB value is (0,46,174). Sum of RGB (Red+Green+Blue) = 0+46+174=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 174 (68.36% from 255 or 79.09% from 220); Max value from RGB is 174 - color contains mainly: blue. Hex color #002EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002EAE is #FFD151. Grayscale: #2E2E2E. Windows color (decimal): -16765266 or 11415040. OLE color: 11415040.

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

Color convert

RGB 0 46 174 -
CMYK 1 0.74 0 0.32
HSL 224.14º 1% 0.34% -
HSV(B) 224.14º 1% 0.68% -
XYZ 8.62 5.01 40.56 -
YUV 46.84 199.76 94.59 -
System Red Green Blue C M Y K H S L
Decimal 0 46 174 1 0.74 0 0.32 224.14 1 0.34
Hex 0 2E AE 64 4A 0 20 E0 64 22
Octal 0 56 256 144 112 0 40 340 144 42
Binary 0 101110 10101110 1100100 1001010 0 100000 11100000 1100100 100010

Color Harmonies of #002EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EAE

Black with #002EAE

Text Example


Text Example

White with #002EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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