Html Css Color HEX #0D779A Cerulean

📋 copy color: '#0D779A'

red 13 ◦ green 119 ◦ blue 154

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

Shades of Cerulean #0D779A

Tints of Cerulean #0D779A

RGB

 RED value IS 13 (5.47% from 255) = 4.55%

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 154 (60.55% from 255) = 53.85%

R = 4.55%
G = 41.61%
B = 53.85%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0D779A (or 0x0D779A) is known color: Cerulean. HEX triplet: 0D, 77 and 9A. RGB value is (13,119,154). Sum of RGB (Red+Green+Blue) = 13+119+154=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #0D779A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D779A is #F28865. Grayscale: #5B5B5B. Windows color (decimal): -15894630 or 10123021. OLE color: 10123021.

HSL color Cylindrical-coordinate representation of color #0D779A: hue angle of 194.89º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D779A is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 13 119 154 -
CMYK 0.92 0.23 0 0.40
HSL 194.89º 0.84% 0.33% -
HSV(B) 194.89º 0.92% 0.6% -
XYZ 12.6 15.61 32.92 -
YUV 91.3 163.38 72.15 -
System Red Green Blue C M Y K H S L
Decimal 13 119 154 0.92 0.23 0 0.40 194.89 0.84 0.33
Hex D 77 9A 5C 17 0 28 C3 54 21
Octal 15 167 232 134 27 0 50 303 124 41
Binary 1101 1110111 10011010 1011100 10111 0 101000 11000011 1010100 100001

Color Harmonies of #0D779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D779A

Black with #0D779A

Text Example


Text Example

White with #0D779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D779A; }

 p { color: rgb(13,119,154); }

 H1.HeaderClassName
 {
   color: #0D779A;
 }
 .AnyTagClassName
 {
   color: #0D779A;
 }
</style>

background-color css

<style>
 a { background-color: #0D779A; }

 a { background-color: rgb(13,119,154); }

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

border-color css

<style>
 span { border-color: #0D779A; }

 span { border-color: rgb(13,119,154); }

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