Html Css Color HEX #0137BE International Klein Blue

📋 copy color: '#0137BE'

red 1 ◦ green 55 ◦ blue 190

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

Shades of International Klein Blue #0137BE

Tints of International Klein Blue #0137BE

RGB

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

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

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

R = 0.41%
G = 22.36%
B = 77.24%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0137BE (or 0x0137BE) is known color: International Klein Blue. HEX triplet: 01, 37 and BE. RGB value is (1,55,190). Sum of RGB (Red+Green+Blue) = 1+55+190=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #0137BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0137BE is #FEC841. Grayscale: #353535. Windows color (decimal): -16697410 or 12465921. OLE color: 12465921.

HSL color Cylindrical-coordinate representation of color #0137BE: hue angle of 222.86º 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 #0137BE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 55 190 -
CMYK 0.99 0.71 0 0.25
HSL 222.86º 0.99% 0.37% -
HSV(B) 222.86º 0.99% 0.75% -
XYZ 10.67 6.46 49.4 -
YUV 54.24 204.61 90.02 -
System Red Green Blue C M Y K H S L
Decimal 1 55 190 0.99 0.71 0 0.25 222.86 0.99 0.37
Hex 1 37 BE 63 47 0 19 DF 63 25
Octal 1 67 276 143 107 0 31 337 143 45
Binary 1 110111 10111110 1100011 1000111 0 11001 11011111 1100011 100101

Color Harmonies of #0137BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0137BE

Black with #0137BE

Text Example


Text Example

White with #0137BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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