Html Css Color HEX #07699F Cerulean

📋 copy color: '#07699F'

red 7 ◦ green 105 ◦ blue 159

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

Shades of Cerulean #07699F

Tints of Cerulean #07699F

RGB

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

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

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

R = 2.58%
G = 38.75%
B = 58.67%

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

#07699F (or 0x07699F) is known color: Cerulean. HEX triplet: 07, 69 and 9F. RGB value is (7,105,159). Sum of RGB (Red+Green+Blue) = 7+105+159=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #07699F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07699F is #F89660. Grayscale: #515151. Windows color (decimal): -16291425 or 10447111. OLE color: 10447111.

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

Color convert

RGB 7 105 159 -
CMYK 0.96 0.34 0 0.38
HSL 201.32º 0.92% 0.33% -
HSV(B) 201.32º 0.96% 0.62% -
XYZ 11.4 12.65 34.64 -
YUV 81.85 171.53 74.61 -
System Red Green Blue C M Y K H S L
Decimal 7 105 159 0.96 0.34 0 0.38 201.32 0.92 0.33
Hex 7 69 9F 60 22 0 26 C9 5C 21
Octal 7 151 237 140 42 0 46 311 134 41
Binary 111 1101001 10011111 1100000 100010 0 100110 11001001 1011100 100001

Color Harmonies of #07699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07699F

Black with #07699F

Text Example


Text Example

White with #07699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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