Html Css Color HEX #0129BC International Klein Blue

📋 copy color: '#0129BC'

red 1 ◦ green 41 ◦ blue 188

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

Shades of International Klein Blue #0129BC

Tints of International Klein Blue #0129BC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 0.43%
G = 17.83%
B = 81.74%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0129BC (or 0x0129BC) is known color: International Klein Blue. HEX triplet: 01, 29 and BC. RGB value is (1,41,188). Sum of RGB (Red+Green+Blue) = 1+41+188=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #0129BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0129BC is #FED643. Grayscale: #2D2D2D. Windows color (decimal): -16700996 or 12331265. OLE color: 12331265.

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

Color convert

RGB 1 41 188 -
CMYK 0.99 0.78 0 0.26
HSL 227.17º 0.99% 0.37% -
HSV(B) 227.17º 0.99% 0.74% -
XYZ 9.88 5.22 48.06 -
YUV 45.8 208.25 96.05 -
System Red Green Blue C M Y K H S L
Decimal 1 41 188 0.99 0.78 0 0.26 227.17 0.99 0.37
Hex 1 29 BC 63 4E 0 1A E3 63 25
Octal 1 51 274 143 116 0 32 343 143 45
Binary 1 101001 10111100 1100011 1001110 0 11010 11100011 1100011 100101

Color Harmonies of #0129BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0129BC

Black with #0129BC

Text Example


Text Example

White with #0129BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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