Html Css Color HEX #012BAF International Klein Blue

📋 copy color: '#012BAF'

red 1 ◦ green 43 ◦ blue 175

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

Shades of International Klein Blue #012BAF

Tints of International Klein Blue #012BAF

RGB

 RED value IS 1 (0.78% from 255) = 0.46%

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

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

R = 0.46%
G = 19.63%
B = 79.91%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#012BAF (or 0x012BAF) is known color: International Klein Blue. HEX triplet: 01, 2B and AF. RGB value is (1,43,175). Sum of RGB (Red+Green+Blue) = 1+43+175=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #012BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012BAF is #FED450. Grayscale: #2C2C2C. Windows color (decimal): -16700497 or 11479809. OLE color: 11479809.

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

Color convert

RGB 1 43 175 -
CMYK 0.99 0.75 0 0.31
HSL 225.52º 0.99% 0.35% -
HSV(B) 225.52º 0.99% 0.69% -
XYZ 8.61 4.83 41.04 -
YUV 45.49 201.09 96.27 -
System Red Green Blue C M Y K H S L
Decimal 1 43 175 0.99 0.75 0 0.31 225.52 0.99 0.35
Hex 1 2B AF 63 4B 0 1F E2 63 23
Octal 1 53 257 143 113 0 37 342 143 43
Binary 1 101011 10101111 1100011 1001011 0 11111 11100010 1100011 100011

Color Harmonies of #012BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BAF

Black with #012BAF

Text Example


Text Example

White with #012BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,43,175); }

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

background-color css

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

 a { background-color: rgb(1,43,175); }

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

border-color css

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

 span { border-color: rgb(1,43,175); }

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