Html Css Color HEX #01949E Eastern Blue

📋 copy color: '#01949E'

red 1 ◦ green 148 ◦ blue 158

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

Shades of Eastern Blue #01949E

Tints of Eastern Blue #01949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.21%

 BLUE value IS 158 (62.11% from 255) = 51.47%

R = 0.33%
G = 48.21%
B = 51.47%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01949E (or 0x01949E) is known color: Eastern Blue. HEX triplet: 01, 94 and 9E. RGB value is (1,148,158). Sum of RGB (Red+Green+Blue) = 1+148+158=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #01949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01949E is #FE6B61. Grayscale: #686868. Windows color (decimal): -16673634 or 10392577. OLE color: 10392577.

HSL color Cylindrical-coordinate representation of color #01949E: hue angle of 183.82º 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 #01949E is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 148 158 -
CMYK 0.99 0.06 0 0.38
HSL 183.82º 0.99% 0.31% -
HSV(B) 183.82º 0.99% 0.62% -
XYZ 16.77 23.65 36.03 -
YUV 105.19 157.8 53.69 -
System Red Green Blue C M Y K H S L
Decimal 1 148 158 0.99 0.06 0 0.38 183.82 0.99 0.31
Hex 1 94 9E 63 6 0 26 B8 63 1F
Octal 1 224 236 143 6 0 46 270 143 37
Binary 1 10010100 10011110 1100011 110 0 100110 10111000 1100011 11111

Color Harmonies of #01949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01949E

Black with #01949E

Text Example


Text Example

White with #01949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01949E; }

 p { color: rgb(1,148,158); }

 H1.HeaderClassName
 {
   color: #01949E;
 }
 .AnyTagClassName
 {
   color: #01949E;
 }
</style>

background-color css

<style>
 a { background-color: #01949E; }

 a { background-color: rgb(1,148,158); }

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

border-color css

<style>
 span { border-color: #01949E; }

 span { border-color: rgb(1,148,158); }

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