Html Css Color HEX #07749F Cerulean

📋 copy color: '#07749F'

red 7 ◦ green 116 ◦ blue 159

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

Shades of Cerulean #07749F

Tints of Cerulean #07749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 159 (62.5% from 255) = 56.38%

R = 2.48%
G = 41.13%
B = 56.38%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07749F (or 0x07749F) is known color: Cerulean. HEX triplet: 07, 74 and 9F. RGB value is (7,116,159). Sum of RGB (Red+Green+Blue) = 7+116+159=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #07749F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07749F is #F88B60. Grayscale: #585858. Windows color (decimal): -16288609 or 10449927. OLE color: 10449927.

HSL color Cylindrical-coordinate representation of color #07749F: hue angle of 196.97º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07749F is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 116 159 -
CMYK 0.96 0.27 0 0.38
HSL 196.97º 0.92% 0.33% -
HSV(B) 196.97º 0.96% 0.62% -
XYZ 12.59 15.04 35.04 -
YUV 88.31 167.89 70 -
System Red Green Blue C M Y K H S L
Decimal 7 116 159 0.96 0.27 0 0.38 196.97 0.92 0.33
Hex 7 74 9F 60 1B 0 26 C5 5C 21
Octal 7 164 237 140 33 0 46 305 134 41
Binary 111 1110100 10011111 1100000 11011 0 100110 11000101 1011100 100001

Color Harmonies of #07749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07749F

Black with #07749F

Text Example


Text Example

White with #07749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07749F; }

 p { color: rgb(7,116,159); }

 H1.HeaderClassName
 {
   color: #07749F;
 }
 .AnyTagClassName
 {
   color: #07749F;
 }
</style>

background-color css

<style>
 a { background-color: #07749F; }

 a { background-color: rgb(7,116,159); }

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

border-color css

<style>
 span { border-color: #07749F; }

 span { border-color: rgb(7,116,159); }

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