Html Css Color HEX #07699E Cerulean

📋 copy color: '#07699E'

red 7 ◦ green 105 ◦ blue 158

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

Shades of Cerulean #07699E

Tints of Cerulean #07699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 158 (62.11% from 255) = 58.52%

R = 2.59%
G = 38.89%
B = 58.52%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07699E (or 0x07699E) is known color: Cerulean. HEX triplet: 07, 69 and 9E. RGB value is (7,105,158). Sum of RGB (Red+Green+Blue) = 7+105+158=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #07699E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07699E is #F89661. Grayscale: #515151. Windows color (decimal): -16291426 or 10381575. OLE color: 10381575.

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

Color convert

RGB 7 105 158 -
CMYK 0.96 0.34 0 0.38
HSL 201.06º 0.92% 0.32% -
HSV(B) 201.06º 0.96% 0.62% -
XYZ 11.31 12.62 34.19 -
YUV 81.74 171.03 74.69 -
System Red Green Blue C M Y K H S L
Decimal 7 105 158 0.96 0.34 0 0.38 201.06 0.92 0.32
Hex 7 69 9E 60 22 0 26 C9 5C 20
Octal 7 151 236 140 42 0 46 311 134 40
Binary 111 1101001 10011110 1100000 100010 0 100110 11001001 1011100 100000

Color Harmonies of #07699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07699E

Black with #07699E

Text Example


Text Example

White with #07699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07699E; }

 p { color: rgb(7,105,158); }

 H1.HeaderClassName
 {
   color: #07699E;
 }
 .AnyTagClassName
 {
   color: #07699E;
 }
</style>

background-color css

<style>
 a { background-color: #07699E; }

 a { background-color: rgb(7,105,158); }

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

border-color css

<style>
 span { border-color: #07699E; }

 span { border-color: rgb(7,105,158); }

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