Html Css Color HEX #0121BC International Klein Blue

📋 copy color: '#0121BC'

red 1 ◦ green 33 ◦ blue 188

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

Shades of International Klein Blue #0121BC

Tints of International Klein Blue #0121BC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.86%

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

R = 0.45%
G = 14.86%
B = 84.68%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0121BC (or 0x0121BC) is known color: International Klein Blue. HEX triplet: 01, 21 and BC. RGB value is (1,33,188). Sum of RGB (Red+Green+Blue) = 1+33+188=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 188 (73.83% from 255 or 84.68% from 222); Max value from RGB is 188 - color contains mainly: blue. Hex color #0121BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0121BC is #FEDE43. Grayscale: #282828. Windows color (decimal): -16703044 or 12329217. OLE color: 12329217.

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

Color convert

RGB 1 33 188 -
CMYK 0.99 0.82 0 0.26
HSL 229.73º 0.99% 0.37% -
HSV(B) 229.73º 0.99% 0.74% -
XYZ 9.63 4.73 47.98 -
YUV 41.1 210.9 99.4 -
System Red Green Blue C M Y K H S L
Decimal 1 33 188 0.99 0.82 0 0.26 229.73 0.99 0.37
Hex 1 21 BC 63 52 0 1A E6 63 25
Octal 1 41 274 143 122 0 32 346 143 45
Binary 1 100001 10111100 1100011 1010010 0 11010 11100110 1100011 100101

Color Harmonies of #0121BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0121BC

Black with #0121BC

Text Example


Text Example

White with #0121BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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