Html Css Color HEX #012FB0 International Klein Blue

📋 copy color: '#012FB0'

red 1 ◦ green 47 ◦ blue 176

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

Shades of International Klein Blue #012FB0

Tints of International Klein Blue #012FB0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.98%

 BLUE value IS 176 (69.14% from 255) = 78.57%

R = 0.45%
G = 20.98%
B = 78.57%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#012FB0 (or 0x012FB0) is known color: International Klein Blue. HEX triplet: 01, 2F and B0. RGB value is (1,47,176). Sum of RGB (Red+Green+Blue) = 1+47+176=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 176 (69.14% from 255 or 78.57% from 224); Max value from RGB is 176 - color contains mainly: blue. Hex color #012FB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FB0 is #FED04F. Grayscale: #2F2F2F. Windows color (decimal): -16699472 or 11546369. OLE color: 11546369.

HSL color Cylindrical-coordinate representation of color #012FB0: hue angle of 224.23º 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 #012FB0 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 47 176 -
CMYK 0.99 0.73 0 0.31
HSL 224.23º 0.99% 0.35% -
HSV(B) 224.23º 0.99% 0.69% -
XYZ 8.87 5.17 41.61 -
YUV 47.95 200.26 94.51 -
System Red Green Blue C M Y K H S L
Decimal 1 47 176 0.99 0.73 0 0.31 224.23 0.99 0.35
Hex 1 2F B0 63 49 0 1F E0 63 23
Octal 1 57 260 143 111 0 37 340 143 43
Binary 1 101111 10110000 1100011 1001001 0 11111 11100000 1100011 100011

Color Harmonies of #012FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FB0

Black with #012FB0

Text Example


Text Example

White with #012FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,47,176); }

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

background-color css

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

 a { background-color: rgb(1,47,176); }

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

border-color css

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

 span { border-color: rgb(1,47,176); }

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