Html Css Color HEX #01849F Eastern Blue

📋 copy color: '#01849F'

red 1 ◦ green 132 ◦ blue 159

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

Shades of Eastern Blue #01849F

Tints of Eastern Blue #01849F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 0.34%
G = 45.21%
B = 54.45%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01849F (or 0x01849F) is known color: Eastern Blue. HEX triplet: 01, 84 and 9F. RGB value is (1,132,159). Sum of RGB (Red+Green+Blue) = 1+132+159=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #01849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01849F is #FE7B60. Grayscale: #5F5F5F. Windows color (decimal): -16677729 or 10454017. OLE color: 10454017.

HSL color Cylindrical-coordinate representation of color #01849F: hue angle of 190.25º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01849F is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 132 159 -
CMYK 0.99 0.17 0 0.38
HSL 190.25º 0.99% 0.31% -
HSV(B) 190.25º 0.99% 0.62% -
XYZ 14.52 19.01 35.71 -
YUV 95.91 163.6 60.3 -
System Red Green Blue C M Y K H S L
Decimal 1 132 159 0.99 0.17 0 0.38 190.25 0.99 0.31
Hex 1 84 9F 63 11 0 26 BE 63 1F
Octal 1 204 237 143 21 0 46 276 143 37
Binary 1 10000100 10011111 1100011 10001 0 100110 10111110 1100011 11111

Color Harmonies of #01849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01849F

Black with #01849F

Text Example


Text Example

White with #01849F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01849F; }

 p { color: rgb(1,132,159); }

 H1.HeaderClassName
 {
   color: #01849F;
 }
 .AnyTagClassName
 {
   color: #01849F;
 }
</style>

background-color css

<style>
 a { background-color: #01849F; }

 a { background-color: rgb(1,132,159); }

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

border-color css

<style>
 span { border-color: #01849F; }

 span { border-color: rgb(1,132,159); }

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