Html Css Color HEX #002AAD International Klein Blue

📋 copy color: '#002AAD'

red 0 ◦ green 42 ◦ blue 173

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

Shades of International Klein Blue #002AAD

Tints of International Klein Blue #002AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 80.47%

R = 0%
G = 19.53%
B = 80.47%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#002AAD (or 0x002AAD) is known color: International Klein Blue. HEX triplet: 00, 2A and AD. RGB value is (0,42,173). Sum of RGB (Red+Green+Blue) = 0+42+173=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #002AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002AAD is #FFD552. Grayscale: #2B2B2B. Windows color (decimal): -16766291 or 11348480. OLE color: 11348480.

HSL color Cylindrical-coordinate representation of color #002AAD: hue angle of 225.43º 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 #002AAD is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 42 173 -
CMYK 1 0.76 0 0.32
HSL 225.43º 1% 0.34% -
HSV(B) 225.43º 1% 0.68% -
XYZ 8.37 4.67 40 -
YUV 44.38 200.59 96.35 -
System Red Green Blue C M Y K H S L
Decimal 0 42 173 1 0.76 0 0.32 225.43 1 0.34
Hex 0 2A AD 64 4C 0 20 E1 64 22
Octal 0 52 255 144 114 0 40 341 144 42
Binary 0 101010 10101101 1100100 1001100 0 100000 11100001 1100100 100010

Color Harmonies of #002AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002AAD

Black with #002AAD

Text Example


Text Example

White with #002AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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