Html Css Color HEX #001BAF International Klein Blue

📋 copy color: '#001BAF'

red 0 ◦ green 27 ◦ blue 175

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

Shades of International Klein Blue #001BAF

Tints of International Klein Blue #001BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

 BLUE value IS 175 (68.75% from 255) = 86.63%

R = 0%
G = 13.37%
B = 86.63%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#001BAF (or 0x001BAF) is known color: International Klein Blue. HEX triplet: 00, 1B and AF. RGB value is (0,27,175). Sum of RGB (Red+Green+Blue) = 0+27+175=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 175 (68.75% from 255 or 86.63% from 202); Max value from RGB is 175 - color contains mainly: blue. Hex color #001BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001BAF is #FFE450. Grayscale: #232323. Windows color (decimal): -16770129 or 11475712. OLE color: 11475712.

HSL color Cylindrical-coordinate representation of color #001BAF: hue angle of 230.74º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001BAF is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 27 175 -
CMYK 1 0.85 0 0.31
HSL 230.74º 1% 0.34% -
HSV(B) 230.74º 1% 0.69% -
XYZ 8.13 3.88 40.88 -
YUV 35.8 206.55 102.47 -
System Red Green Blue C M Y K H S L
Decimal 0 27 175 1 0.85 0 0.31 230.74 1 0.34
Hex 0 1B AF 64 55 0 1F E7 64 22
Octal 0 33 257 144 125 0 37 347 144 42
Binary 0 11011 10101111 1100100 1010101 0 11111 11100111 1100100 100010

Color Harmonies of #001BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001BAF

Black with #001BAF

Text Example


Text Example

White with #001BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,27,175); }

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

background-color css

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

 a { background-color: rgb(0,27,175); }

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

border-color css

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

 span { border-color: rgb(0,27,175); }

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