Html Css Color HEX #002A9D International Klein Blue

📋 copy color: '#002A9D'

red 0 ◦ green 42 ◦ blue 157

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

Shades of International Klein Blue #002A9D

Tints of International Klein Blue #002A9D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.11%

 BLUE value IS 157 (61.72% from 255) = 78.89%

R = 0%
G = 21.11%
B = 78.89%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#002A9D (or 0x002A9D) is known color: International Klein Blue. HEX triplet: 00, 2A and 9D. RGB value is (0,42,157). Sum of RGB (Red+Green+Blue) = 0+42+157=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 157 (61.72% from 255 or 78.89% from 199); Max value from RGB is 157 - color contains mainly: blue. Hex color #002A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002A9D is #FFD562. Grayscale: #2A2A2A. Windows color (decimal): -16766307 or 10299904. OLE color: 10299904.

HSL color Cylindrical-coordinate representation of color #002A9D: hue angle of 223.95º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002A9D is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 42 157 -
CMYK 1 0.73 0 0.38
HSL 223.95º 1% 0.31% -
HSV(B) 223.95º 1% 0.62% -
XYZ 6.91 4.09 32.32 -
YUV 42.55 192.59 97.65 -
System Red Green Blue C M Y K H S L
Decimal 0 42 157 1 0.73 0 0.38 223.95 1 0.31
Hex 0 2A 9D 64 49 0 26 E0 64 1F
Octal 0 52 235 144 111 0 46 340 144 37
Binary 0 101010 10011101 1100100 1001001 0 100110 11100000 1100100 11111

Color Harmonies of #002A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A9D

Black with #002A9D

Text Example


Text Example

White with #002A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,42,157); }

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

background-color css

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

 a { background-color: rgb(0,42,157); }

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

border-color css

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

 span { border-color: rgb(0,42,157); }

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