Html Css Color HEX #012FB1 International Klein Blue

📋 copy color: '#012FB1'

red 1 ◦ green 47 ◦ blue 177

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

Shades of International Klein Blue #012FB1

Tints of International Klein Blue #012FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 78.67%

R = 0.44%
G = 20.89%
B = 78.67%

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

#012FB1 (or 0x012FB1) is known color: International Klein Blue. HEX triplet: 01, 2F and B1. RGB value is (1,47,177). Sum of RGB (Red+Green+Blue) = 1+47+177=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 177 (69.53% from 255 or 78.67% from 225); Max value from RGB is 177 - color contains mainly: blue. Hex color #012FB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FB1 is #FED04E. Grayscale: #2F2F2F. Windows color (decimal): -16699471 or 11611905. OLE color: 11611905.

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

Color convert

RGB 1 47 177 -
CMYK 0.99 0.73 0 0.31
HSL 224.32º 0.99% 0.35% -
HSV(B) 224.32º 0.99% 0.69% -
XYZ 8.96 5.21 42.13 -
YUV 48.07 200.76 94.43 -
System Red Green Blue C M Y K H S L
Decimal 1 47 177 0.99 0.73 0 0.31 224.32 0.99 0.35
Hex 1 2F B1 63 49 0 1F E0 63 23
Octal 1 57 261 143 111 0 37 340 143 43
Binary 1 101111 10110001 1100011 1001001 0 11111 11100000 1100011 100011

Color Harmonies of #012FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FB1

Black with #012FB1

Text Example


Text Example

White with #012FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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