Html Css Color HEX #012DBC International Klein Blue

📋 copy color: '#012DBC'

red 1 ◦ green 45 ◦ blue 188

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

Shades of International Klein Blue #012DBC

Tints of International Klein Blue #012DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

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

R = 0.43%
G = 19.23%
B = 80.34%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#012DBC (or 0x012DBC) is known color: International Klein Blue. HEX triplet: 01, 2D and BC. RGB value is (1,45,188). Sum of RGB (Red+Green+Blue) = 1+45+188=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #012DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DBC is #FED243. Grayscale: #2F2F2F. Windows color (decimal): -16699972 or 12332289. OLE color: 12332289.

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

Color convert

RGB 1 45 188 -
CMYK 0.99 0.76 0 0.26
HSL 225.88º 0.99% 0.37% -
HSV(B) 225.88º 0.99% 0.74% -
XYZ 10.03 5.51 48.11 -
YUV 48.15 206.92 94.37 -
System Red Green Blue C M Y K H S L
Decimal 1 45 188 0.99 0.76 0 0.26 225.88 0.99 0.37
Hex 1 2D BC 63 4C 0 1A E2 63 25
Octal 1 55 274 143 114 0 32 342 143 45
Binary 1 101101 10111100 1100011 1001100 0 11010 11100010 1100011 100101

Color Harmonies of #012DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DBC

Black with #012DBC

Text Example


Text Example

White with #012DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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