Html Css Color HEX #002EA5 International Klein Blue

📋 copy color: '#002EA5'

red 0 ◦ green 46 ◦ blue 165

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

Shades of International Klein Blue #002EA5

Tints of International Klein Blue #002EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 78.2%

R = 0%
G = 21.8%
B = 78.2%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#002EA5 (or 0x002EA5) is known color: International Klein Blue. HEX triplet: 00, 2E and A5. RGB value is (0,46,165). Sum of RGB (Red+Green+Blue) = 0+46+165=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 165 (64.84% from 255 or 78.20% from 211); Max value from RGB is 165 - color contains mainly: blue. Hex color #002EA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002EA5 is #FFD15A. Grayscale: #2D2D2D. Windows color (decimal): -16765275 or 10825216. OLE color: 10825216.

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

Color convert

RGB 0 46 165 -
CMYK 1 0.72 0 0.35
HSL 223.27º 1% 0.32% -
HSV(B) 223.27º 1% 0.65% -
XYZ 7.77 4.67 36.09 -
YUV 45.81 195.26 95.32 -
System Red Green Blue C M Y K H S L
Decimal 0 46 165 1 0.72 0 0.35 223.27 1 0.32
Hex 0 2E A5 64 48 0 23 DF 64 20
Octal 0 56 245 144 110 0 43 337 144 40
Binary 0 101110 10100101 1100100 1001000 0 100011 11011111 1100100 100000

Color Harmonies of #002EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EA5

Black with #002EA5

Text Example


Text Example

White with #002EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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