Html Css Color HEX #0120BC International Klein Blue

📋 copy color: '#0120BC'

red 1 ◦ green 32 ◦ blue 188

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

Shades of International Klein Blue #0120BC

Tints of International Klein Blue #0120BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

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

R = 0.45%
G = 14.48%
B = 85.07%

CMYK

 C value IS 0.99

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0120BC (or 0x0120BC) is known color: International Klein Blue. HEX triplet: 01, 20 and BC. RGB value is (1,32,188). Sum of RGB (Red+Green+Blue) = 1+32+188=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #0120BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0120BC is #FEDF43. Grayscale: #272727. Windows color (decimal): -16703300 or 12328961. OLE color: 12328961.

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

Color convert

RGB 1 32 188 -
CMYK 0.99 0.83 0 0.26
HSL 230.05º 0.99% 0.37% -
HSV(B) 230.05º 0.99% 0.74% -
XYZ 9.61 4.67 47.97 -
YUV 40.52 211.23 99.82 -
System Red Green Blue C M Y K H S L
Decimal 1 32 188 0.99 0.83 0 0.26 230.05 0.99 0.37
Hex 1 20 BC 63 53 0 1A E6 63 25
Octal 1 40 274 143 123 0 32 346 143 45
Binary 1 100000 10111100 1100011 1010011 0 11010 11100110 1100011 100101

Color Harmonies of #0120BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0120BC

Black with #0120BC

Text Example


Text Example

White with #0120BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0120BC; }

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

 H1.HeaderClassName
 {
   color: #0120BC;
 }
 .AnyTagClassName
 {
   color: #0120BC;
 }
</style>

background-color css

<style>
 a { background-color: #0120BC; }

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

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

border-color css

<style>
 span { border-color: #0120BC; }

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

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