Html Css Color HEX #0137B6 International Klein Blue

📋 copy color: '#0137B6'

red 1 ◦ green 55 ◦ blue 182

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

Shades of International Klein Blue #0137B6

Tints of International Klein Blue #0137B6

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.11%

 BLUE value IS 182 (71.48% from 255) = 76.47%

R = 0.42%
G = 23.11%
B = 76.47%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0137B6 (or 0x0137B6) is known color: International Klein Blue. HEX triplet: 01, 37 and B6. RGB value is (1,55,182). Sum of RGB (Red+Green+Blue) = 1+55+182=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 182 (71.48% from 255 or 76.47% from 238); Max value from RGB is 182 - color contains mainly: blue. Hex color #0137B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0137B6 is #FEC849. Grayscale: #343434. Windows color (decimal): -16697418 or 11941633. OLE color: 11941633.

HSL color Cylindrical-coordinate representation of color #0137B6: hue angle of 222.1º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0137B6 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 55 182 -
CMYK 0.99 0.70 0 0.29
HSL 222.1º 0.99% 0.36% -
HSV(B) 222.1º 0.99% 0.71% -
XYZ 9.82 6.12 44.92 -
YUV 53.33 200.61 90.67 -
System Red Green Blue C M Y K H S L
Decimal 1 55 182 0.99 0.70 0 0.29 222.1 0.99 0.36
Hex 1 37 B6 63 46 0 1D DE 63 24
Octal 1 67 266 143 106 0 35 336 143 44
Binary 1 110111 10110110 1100011 1000110 0 11101 11011110 1100011 100100

Color Harmonies of #0137B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0137B6

Black with #0137B6

Text Example


Text Example

White with #0137B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0137B6; }

 p { color: rgb(1,55,182); }

 H1.HeaderClassName
 {
   color: #0137B6;
 }
 .AnyTagClassName
 {
   color: #0137B6;
 }
</style>

background-color css

<style>
 a { background-color: #0137B6; }

 a { background-color: rgb(1,55,182); }

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

border-color css

<style>
 span { border-color: #0137B6; }

 span { border-color: rgb(1,55,182); }

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