Html Css Color HEX #001FAA International Klein Blue

📋 copy color: '#001FAA'

red 0 ◦ green 31 ◦ blue 170

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

Shades of International Klein Blue #001FAA

Tints of International Klein Blue #001FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.42%

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

R = 0%
G = 15.42%
B = 84.58%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#001FAA (or 0x001FAA) is known color: International Klein Blue. HEX triplet: 00, 1F and AA. RGB value is (0,31,170). Sum of RGB (Red+Green+Blue) = 0+31+170=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 170 (66.80% from 255 or 84.58% from 201); Max value from RGB is 170 - color contains mainly: blue. Hex color #001FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001FAA is #FFE055. Grayscale: #242424. Windows color (decimal): -16769110 or 11149056. OLE color: 11149056.

HSL color Cylindrical-coordinate representation of color #001FAA: hue angle of 229.06º 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 #001FAA is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 31 170 -
CMYK 1 0.82 0 0.33
HSL 229.06º 1% 0.33% -
HSV(B) 229.06º 1% 0.67% -
XYZ 7.75 3.88 38.37 -
YUV 37.58 202.73 101.2 -
System Red Green Blue C M Y K H S L
Decimal 0 31 170 1 0.82 0 0.33 229.06 1 0.33
Hex 0 1F AA 64 52 0 21 E5 64 21
Octal 0 37 252 144 122 0 41 345 144 41
Binary 0 11111 10101010 1100100 1010010 0 100001 11100101 1100100 100001

Color Harmonies of #001FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001FAA

Black with #001FAA

Text Example


Text Example

White with #001FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001FAA; }

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

 H1.HeaderClassName
 {
   color: #001FAA;
 }
 .AnyTagClassName
 {
   color: #001FAA;
 }
</style>

background-color css

<style>
 a { background-color: #001FAA; }

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

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

border-color css

<style>
 span { border-color: #001FAA; }

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

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