Html Css Color HEX #002BAA International Klein Blue

📋 copy color: '#002BAA'

red 0 ◦ green 43 ◦ blue 170

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

Shades of International Klein Blue #002BAA

Tints of International Klein Blue #002BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

 BLUE value IS 170 (66.8% from 255) = 79.81%

R = 0%
G = 20.19%
B = 79.81%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#002BAA (or 0x002BAA) is known color: International Klein Blue. HEX triplet: 00, 2B and AA. RGB value is (0,43,170). Sum of RGB (Red+Green+Blue) = 0+43+170=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 170 (66.80% from 255 or 79.81% from 213); Max value from RGB is 170 - color contains mainly: blue. Hex color #002BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002BAA is #FFD455. Grayscale: #2C2C2C. Windows color (decimal): -16766038 or 11152128. OLE color: 11152128.

HSL color Cylindrical-coordinate representation of color #002BAA: hue angle of 224.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BAA is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 43 170 -
CMYK 1 0.75 0 0.33
HSL 224.82º 1% 0.33% -
HSV(B) 224.82º 1% 0.67% -
XYZ 8.12 4.63 38.5 -
YUV 44.62 198.75 96.17 -
System Red Green Blue C M Y K H S L
Decimal 0 43 170 1 0.75 0 0.33 224.82 1 0.33
Hex 0 2B AA 64 4B 0 21 E1 64 21
Octal 0 53 252 144 113 0 41 341 144 41
Binary 0 101011 10101010 1100100 1001011 0 100001 11100001 1100100 100001

Color Harmonies of #002BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002BAA

Black with #002BAA

Text Example


Text Example

White with #002BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,43,170); }

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

background-color css

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

 a { background-color: rgb(0,43,170); }

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

border-color css

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

 span { border-color: rgb(0,43,170); }

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