Html Css Color HEX #01949F Eastern Blue

📋 copy color: '#01949F'

red 1 ◦ green 148 ◦ blue 159

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

Shades of Eastern Blue #01949F

Tints of Eastern Blue #01949F

RGB

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

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

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

R = 0.32%
G = 48.05%
B = 51.62%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01949F (or 0x01949F) is known color: Eastern Blue. HEX triplet: 01, 94 and 9F. RGB value is (1,148,159). Sum of RGB (Red+Green+Blue) = 1+148+159=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #01949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01949F is #FE6B60. Grayscale: #696969. Windows color (decimal): -16673633 or 10458113. OLE color: 10458113.

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

Color convert

RGB 1 148 159 -
CMYK 0.99 0.07 0 0.38
HSL 184.18º 0.99% 0.31% -
HSV(B) 184.18º 0.99% 0.62% -
XYZ 16.86 23.69 36.48 -
YUV 105.3 158.3 53.61 -
System Red Green Blue C M Y K H S L
Decimal 1 148 159 0.99 0.07 0 0.38 184.18 0.99 0.31
Hex 1 94 9F 63 7 0 26 B8 63 1F
Octal 1 224 237 143 7 0 46 270 143 37
Binary 1 10010100 10011111 1100011 111 0 100110 10111000 1100011 11111

Color Harmonies of #01949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01949F

Black with #01949F

Text Example


Text Example

White with #01949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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