Html Css Color HEX #0139BC International Klein Blue

📋 copy color: '#0139BC'

red 1 ◦ green 57 ◦ blue 188

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

Shades of International Klein Blue #0139BC

Tints of International Klein Blue #0139BC

RGB

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

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

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

R = 0.41%
G = 23.17%
B = 76.42%

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

#0139BC (or 0x0139BC) is known color: International Klein Blue. HEX triplet: 01, 39 and BC. RGB value is (1,57,188). Sum of RGB (Red+Green+Blue) = 1+57+188=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #0139BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0139BC is #FEC643. Grayscale: #363636. Windows color (decimal): -16696900 or 12335361. OLE color: 12335361.

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

Color convert

RGB 1 57 188 -
CMYK 0.99 0.70 0 0.26
HSL 222.03º 0.99% 0.37% -
HSV(B) 222.03º 0.99% 0.74% -
XYZ 10.55 6.56 48.29 -
YUV 55.19 202.95 89.35 -
System Red Green Blue C M Y K H S L
Decimal 1 57 188 0.99 0.70 0 0.26 222.03 0.99 0.37
Hex 1 39 BC 63 46 0 1A DE 63 25
Octal 1 71 274 143 106 0 32 336 143 45
Binary 1 111001 10111100 1100011 1000110 0 11010 11011110 1100011 100101

Color Harmonies of #0139BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0139BC

Black with #0139BC

Text Example


Text Example

White with #0139BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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