Html Css Color HEX #012DBF International Klein Blue

📋 copy color: '#012DBF'

red 1 ◦ green 45 ◦ blue 191

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

Shades of International Klein Blue #012DBF

Tints of International Klein Blue #012DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 80.59%

R = 0.42%
G = 18.99%
B = 80.59%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#012DBF (or 0x012DBF) is known color: International Klein Blue. HEX triplet: 01, 2D and BF. RGB value is (1,45,191). Sum of RGB (Red+Green+Blue) = 1+45+191=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #012DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DBF is #FED240. Grayscale: #2F2F2F. Windows color (decimal): -16699969 or 12528897. OLE color: 12528897.

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

Color convert

RGB 1 45 191 -
CMYK 0.99 0.76 0 0.25
HSL 226.11º 0.99% 0.38% -
HSV(B) 226.11º 0.99% 0.75% -
XYZ 10.35 5.64 49.83 -
YUV 48.49 208.42 94.13 -
System Red Green Blue C M Y K H S L
Decimal 1 45 191 0.99 0.76 0 0.25 226.11 0.99 0.38
Hex 1 2D BF 63 4C 0 19 E2 63 26
Octal 1 55 277 143 114 0 31 342 143 46
Binary 1 101101 10111111 1100011 1001100 0 11001 11100010 1100011 100110

Color Harmonies of #012DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DBF

Black with #012DBF

Text Example


Text Example

White with #012DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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