Html Css Color HEX #0139BD International Klein Blue

📋 copy color: '#0139BD'

red 1 ◦ green 57 ◦ blue 189

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

Shades of International Klein Blue #0139BD

Tints of International Klein Blue #0139BD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

 BLUE value IS 189 (74.22% from 255) = 76.52%

R = 0.4%
G = 23.08%
B = 76.52%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0139BD (or 0x0139BD) is known color: International Klein Blue. HEX triplet: 01, 39 and BD. RGB value is (1,57,189). Sum of RGB (Red+Green+Blue) = 1+57+189=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #0139BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0139BD is #FEC642. Grayscale: #363636. Windows color (decimal): -16696899 or 12400897. OLE color: 12400897.

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

Color convert

RGB 1 57 189 -
CMYK 0.99 0.70 0 0.26
HSL 222.13º 0.99% 0.37% -
HSV(B) 222.13º 0.99% 0.74% -
XYZ 10.66 6.61 48.86 -
YUV 55.3 203.45 89.27 -
System Red Green Blue C M Y K H S L
Decimal 1 57 189 0.99 0.70 0 0.26 222.13 0.99 0.37
Hex 1 39 BD 63 46 0 1A DE 63 25
Octal 1 71 275 143 106 0 32 336 143 45
Binary 1 111001 10111101 1100011 1000110 0 11010 11011110 1100011 100101

Color Harmonies of #0139BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0139BD

Black with #0139BD

Text Example


Text Example

White with #0139BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0139BD; }

 p { color: rgb(1,57,189); }

 H1.HeaderClassName
 {
   color: #0139BD;
 }
 .AnyTagClassName
 {
   color: #0139BD;
 }
</style>

background-color css

<style>
 a { background-color: #0139BD; }

 a { background-color: rgb(1,57,189); }

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

border-color css

<style>
 span { border-color: #0139BD; }

 span { border-color: rgb(1,57,189); }

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