Html Css Color HEX #07759C Cerulean

📋 copy color: '#07759C'

red 7 ◦ green 117 ◦ blue 156

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

Shades of Cerulean #07759C

Tints of Cerulean #07759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.79%

 BLUE value IS 156 (61.33% from 255) = 55.71%

R = 2.5%
G = 41.79%
B = 55.71%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07759C (or 0x07759C) is known color: Cerulean. HEX triplet: 07, 75 and 9C. RGB value is (7,117,156). Sum of RGB (Red+Green+Blue) = 7+117+156=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #07759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07759C is #F88A63. Grayscale: #585858. Windows color (decimal): -16288356 or 10253575. OLE color: 10253575.

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

Color convert

RGB 7 117 156 -
CMYK 0.96 0.25 0 0.39
HSL 195.7º 0.91% 0.32% -
HSV(B) 195.7º 0.96% 0.61% -
XYZ 12.45 15.17 33.72 -
YUV 88.56 166.06 69.83 -
System Red Green Blue C M Y K H S L
Decimal 7 117 156 0.96 0.25 0 0.39 195.7 0.91 0.32
Hex 7 75 9C 60 19 0 27 C4 5B 20
Octal 7 165 234 140 31 0 47 304 133 40
Binary 111 1110101 10011100 1100000 11001 0 100111 11000100 1011011 100000

Color Harmonies of #07759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07759C

Black with #07759C

Text Example


Text Example

White with #07759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07759C; }

 p { color: rgb(7,117,156); }

 H1.HeaderClassName
 {
   color: #07759C;
 }
 .AnyTagClassName
 {
   color: #07759C;
 }
</style>

background-color css

<style>
 a { background-color: #07759C; }

 a { background-color: rgb(7,117,156); }

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

border-color css

<style>
 span { border-color: #07759C; }

 span { border-color: rgb(7,117,156); }

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