Html Css Color HEX #07919B Eastern Blue

📋 copy color: '#07919B'

red 7 ◦ green 145 ◦ blue 155

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

Shades of Eastern Blue #07919B

Tints of Eastern Blue #07919B

RGB

 RED value IS 7 (3.13% from 255) = 2.28%

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

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

R = 2.28%
G = 47.23%
B = 50.49%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07919B (or 0x07919B) is known color: Eastern Blue. HEX triplet: 07, 91 and 9B. RGB value is (7,145,155). Sum of RGB (Red+Green+Blue) = 7+145+155=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #07919B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07919B is #F86E64. Grayscale: #686868. Windows color (decimal): -16281189 or 10195207. OLE color: 10195207.

HSL color Cylindrical-coordinate representation of color #07919B: hue angle of 184.05º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07919B is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 145 155 -
CMYK 0.95 0.06 0 0.39
HSL 184.05º 0.91% 0.32% -
HSV(B) 184.05º 0.95% 0.61% -
XYZ 16.13 22.66 34.53 -
YUV 104.88 156.28 58.19 -
System Red Green Blue C M Y K H S L
Decimal 7 145 155 0.95 0.06 0 0.39 184.05 0.91 0.32
Hex 7 91 9B 5F 6 0 27 B8 5B 20
Octal 7 221 233 137 6 0 47 270 133 40
Binary 111 10010001 10011011 1011111 110 0 100111 10111000 1011011 100000

Color Harmonies of #07919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07919B

Black with #07919B

Text Example


Text Example

White with #07919B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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