Html Css Color HEX #01849C Eastern Blue

📋 copy color: '#01849C'

red 1 ◦ green 132 ◦ blue 156

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

Shades of Eastern Blue #01849C

Tints of Eastern Blue #01849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 53.98%

R = 0.35%
G = 45.67%
B = 53.98%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01849C (or 0x01849C) is known color: Eastern Blue. HEX triplet: 01, 84 and 9C. RGB value is (1,132,156). Sum of RGB (Red+Green+Blue) = 1+132+156=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #01849C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01849C is #FE7B63. Grayscale: #5F5F5F. Windows color (decimal): -16677732 or 10257409. OLE color: 10257409.

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

Color convert

RGB 1 132 156 -
CMYK 0.99 0.15 0 0.39
HSL 189.29º 0.99% 0.31% -
HSV(B) 189.29º 0.99% 0.61% -
XYZ 14.26 18.91 34.35 -
YUV 95.57 162.1 60.55 -
System Red Green Blue C M Y K H S L
Decimal 1 132 156 0.99 0.15 0 0.39 189.29 0.99 0.31
Hex 1 84 9C 63 F 0 27 BD 63 1F
Octal 1 204 234 143 17 0 47 275 143 37
Binary 1 10000100 10011100 1100011 1111 0 100111 10111101 1100011 11111

Color Harmonies of #01849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01849C

Black with #01849C

Text Example


Text Example

White with #01849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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