Html Css Color HEX #01919B Eastern Blue

📋 copy color: '#01919B'

red 1 ◦ green 145 ◦ blue 155

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

Shades of Eastern Blue #01919B

Tints of Eastern Blue #01919B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.17%

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 0.33%
G = 48.17%
B = 51.5%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01919B (or 0x01919B) is known color: Eastern Blue. HEX triplet: 01, 91 and 9B. RGB value is (1,145,155). Sum of RGB (Red+Green+Blue) = 1+145+155=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #01919B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01919B is #FE6E64. Grayscale: #666666. Windows color (decimal): -16674405 or 10195201. OLE color: 10195201.

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

Color convert

RGB 1 145 155 -
CMYK 0.99 0.06 0 0.39
HSL 183.9º 0.99% 0.31% -
HSV(B) 183.9º 0.99% 0.61% -
XYZ 16.05 22.62 34.53 -
YUV 103.08 157.29 55.19 -
System Red Green Blue C M Y K H S L
Decimal 1 145 155 0.99 0.06 0 0.39 183.9 0.99 0.31
Hex 1 91 9B 63 6 0 27 B8 63 1F
Octal 1 221 233 143 6 0 47 270 143 37
Binary 1 10010001 10011011 1100011 110 0 100111 10111000 1100011 11111

Color Harmonies of #01919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01919B

Black with #01919B

Text Example


Text Example

White with #01919B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01919B; }

 p { color: rgb(1,145,155); }

 H1.HeaderClassName
 {
   color: #01919B;
 }
 .AnyTagClassName
 {
   color: #01919B;
 }
</style>

background-color css

<style>
 a { background-color: #01919B; }

 a { background-color: rgb(1,145,155); }

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

border-color css

<style>
 span { border-color: #01919B; }

 span { border-color: rgb(1,145,155); }

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