Html Css Color HEX #0129BE International Klein Blue

📋 copy color: '#0129BE'

red 1 ◦ green 41 ◦ blue 190

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

Shades of International Klein Blue #0129BE

Tints of International Klein Blue #0129BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 81.9%

R = 0.43%
G = 17.67%
B = 81.9%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0129BE (or 0x0129BE) is known color: International Klein Blue. HEX triplet: 01, 29 and BE. RGB value is (1,41,190). Sum of RGB (Red+Green+Blue) = 1+41+190=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #0129BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0129BE is #FED641. Grayscale: #2D2D2D. Windows color (decimal): -16700994 or 12462337. OLE color: 12462337.

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

Color convert

RGB 1 41 190 -
CMYK 0.99 0.78 0 0.25
HSL 227.3º 0.99% 0.37% -
HSV(B) 227.3º 0.99% 0.75% -
XYZ 10.1 5.31 49.21 -
YUV 46.03 209.25 95.88 -
System Red Green Blue C M Y K H S L
Decimal 1 41 190 0.99 0.78 0 0.25 227.3 0.99 0.37
Hex 1 29 BE 63 4E 0 19 E3 63 25
Octal 1 51 276 143 116 0 31 343 143 45
Binary 1 101001 10111110 1100011 1001110 0 11001 11100011 1100011 100101

Color Harmonies of #0129BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0129BE

Black with #0129BE

Text Example


Text Example

White with #0129BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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