Html Css Color HEX #07649F Cerulean

📋 copy color: '#07649F'

red 7 ◦ green 100 ◦ blue 159

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

Shades of Cerulean #07649F

Tints of Cerulean #07649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.59%

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

R = 2.63%
G = 37.59%
B = 59.77%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07649F (or 0x07649F) is known color: Cerulean. HEX triplet: 07, 64 and 9F. RGB value is (7,100,159). Sum of RGB (Red+Green+Blue) = 7+100+159=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #07649F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07649F is #F89B60. Grayscale: #4E4E4E. Windows color (decimal): -16292705 or 10445831. OLE color: 10445831.

HSL color Cylindrical-coordinate representation of color #07649F: hue angle of 203.29º 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 #07649F is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 100 159 -
CMYK 0.96 0.37 0 0.38
HSL 203.29º 0.92% 0.33% -
HSV(B) 203.29º 0.96% 0.62% -
XYZ 10.9 11.66 34.48 -
YUV 78.92 173.19 76.7 -
System Red Green Blue C M Y K H S L
Decimal 7 100 159 0.96 0.37 0 0.38 203.29 0.92 0.33
Hex 7 64 9F 60 25 0 26 CB 5C 21
Octal 7 144 237 140 45 0 46 313 134 41
Binary 111 1100100 10011111 1100000 100101 0 100110 11001011 1011100 100001

Color Harmonies of #07649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07649F

Black with #07649F

Text Example


Text Example

White with #07649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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