Html Css Color HEX #012FBC International Klein Blue

📋 copy color: '#012FBC'

red 1 ◦ green 47 ◦ blue 188

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

Shades of International Klein Blue #012FBC

Tints of International Klein Blue #012FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 79.66%

R = 0.42%
G = 19.92%
B = 79.66%

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

#012FBC (or 0x012FBC) is known color: International Klein Blue. HEX triplet: 01, 2F and BC. RGB value is (1,47,188). Sum of RGB (Red+Green+Blue) = 1+47+188=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 188 (73.83% from 255 or 79.66% from 236); Max value from RGB is 188 - color contains mainly: blue. Hex color #012FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012FBC is #FED043. Grayscale: #303030. Windows color (decimal): -16699460 or 12332801. OLE color: 12332801.

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

Color convert

RGB 1 47 188 -
CMYK 0.99 0.75 0 0.26
HSL 225.24º 0.99% 0.37% -
HSV(B) 225.24º 0.99% 0.74% -
XYZ 10.11 5.67 48.14 -
YUV 49.32 206.26 93.54 -
System Red Green Blue C M Y K H S L
Decimal 1 47 188 0.99 0.75 0 0.26 225.24 0.99 0.37
Hex 1 2F BC 63 4B 0 1A E1 63 25
Octal 1 57 274 143 113 0 32 341 143 45
Binary 1 101111 10111100 1100011 1001011 0 11010 11100001 1100011 100101

Color Harmonies of #012FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FBC

Black with #012FBC

Text Example


Text Example

White with #012FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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