Html Css Color HEX #012FBD International Klein Blue

📋 copy color: '#012FBD'

red 1 ◦ green 47 ◦ blue 189

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

Shades of International Klein Blue #012FBD

Tints of International Klein Blue #012FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 79.75%

R = 0.42%
G = 19.83%
B = 79.75%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#012FBD (or 0x012FBD) is known color: International Klein Blue. HEX triplet: 01, 2F and BD. RGB value is (1,47,189). Sum of RGB (Red+Green+Blue) = 1+47+189=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #012FBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FBD is #FED042. Grayscale: #303030. Windows color (decimal): -16699459 or 12398337. OLE color: 12398337.

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

Color convert

RGB 1 47 189 -
CMYK 0.99 0.75 0 0.26
HSL 225.32º 0.99% 0.37% -
HSV(B) 225.32º 0.99% 0.74% -
XYZ 10.21 5.71 48.71 -
YUV 49.43 206.76 93.45 -
System Red Green Blue C M Y K H S L
Decimal 1 47 189 0.99 0.75 0 0.26 225.32 0.99 0.37
Hex 1 2F BD 63 4B 0 1A E1 63 25
Octal 1 57 275 143 113 0 32 341 143 45
Binary 1 101111 10111101 1100011 1001011 0 11010 11100001 1100011 100101

Color Harmonies of #012FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FBD

Black with #012FBD

Text Example


Text Example

White with #012FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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