Html Css Color HEX #094F63 Blue Lagoon

📋 copy color: '#094F63'

red 9 ◦ green 79 ◦ blue 99

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

Shades of Blue Lagoon #094F63

Tints of Blue Lagoon #094F63

RGB

 RED value IS 9 (3.91% from 255) = 4.81%

 GREEN value IS 79 (31.25% from 255) = 42.25%

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 4.81%
G = 42.25%
B = 52.94%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#094F63 (or 0x094F63) is known color: Blue Lagoon. HEX triplet: 09, 4F and 63. RGB value is (9,79,99). Sum of RGB (Red+Green+Blue) = 9+79+99=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #094F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094F63 is #F6B09C. Grayscale: #3C3C3C. Windows color (decimal): -16167069 or 6508297. OLE color: 6508297.

HSL color Cylindrical-coordinate representation of color #094F63: hue angle of 193.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094F63 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 79 99 -
CMYK 0.91 0.20 0 0.61
HSL 193.33º 0.83% 0.21% -
HSV(B) 193.33º 0.91% 0.39% -
XYZ 5.16 6.55 12.8 -
YUV 60.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 9 79 99 0.91 0.20 0 0.61 193.33 0.83 0.21
Hex 9 4F 63 5B 14 0 3D C1 53 15
Octal 11 117 143 133 24 0 75 301 123 25
Binary 1001 1001111 1100011 1011011 10100 0 111101 11000001 1010011 10101

Color Harmonies of #094F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094F63

Black with #094F63

Text Example


Text Example

White with #094F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094F63; }

 p { color: rgb(9,79,99); }

 H1.HeaderClassName
 {
   color: #094F63;
 }
 .AnyTagClassName
 {
   color: #094F63;
 }
</style>

background-color css

<style>
 a { background-color: #094F63; }

 a { background-color: rgb(9,79,99); }

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

border-color css

<style>
 span { border-color: #094F63; }

 span { border-color: rgb(9,79,99); }

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