Html Css Color HEX #012FB2 International Klein Blue

📋 copy color: '#012FB2'

red 1 ◦ green 47 ◦ blue 178

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

Shades of International Klein Blue #012FB2

Tints of International Klein Blue #012FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 78.76%

R = 0.44%
G = 20.8%
B = 78.76%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#012FB2 (or 0x012FB2) is known color: International Klein Blue. HEX triplet: 01, 2F and B2. RGB value is (1,47,178). Sum of RGB (Red+Green+Blue) = 1+47+178=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 178 (69.92% from 255 or 78.76% from 226); Max value from RGB is 178 - color contains mainly: blue. Hex color #012FB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012FB2 is #FED04D. Grayscale: #2F2F2F. Windows color (decimal): -16699470 or 11677441. OLE color: 11677441.

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

Color convert

RGB 1 47 178 -
CMYK 0.99 0.74 0 0.30
HSL 224.41º 0.99% 0.35% -
HSV(B) 224.41º 0.99% 0.7% -
XYZ 9.06 5.25 42.66 -
YUV 48.18 201.26 94.35 -
System Red Green Blue C M Y K H S L
Decimal 1 47 178 0.99 0.74 0 0.30 224.41 0.99 0.35
Hex 1 2F B2 63 4A 0 1E E0 63 23
Octal 1 57 262 143 112 0 36 340 143 43
Binary 1 101111 10110010 1100011 1001010 0 11110 11100000 1100011 100011

Color Harmonies of #012FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FB2

Black with #012FB2

Text Example


Text Example

White with #012FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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