Html Css Color HEX #07699C Cerulean

📋 copy color: '#07699C'

red 7 ◦ green 105 ◦ blue 156

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

Shades of Cerulean #07699C

Tints of Cerulean #07699C

RGB

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

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

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

R = 2.61%
G = 39.18%
B = 58.21%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07699C (or 0x07699C) is known color: Cerulean. HEX triplet: 07, 69 and 9C. RGB value is (7,105,156). Sum of RGB (Red+Green+Blue) = 7+105+156=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #07699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07699C is #F89663. Grayscale: #515151. Windows color (decimal): -16291428 or 10250503. OLE color: 10250503.

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

Color convert

RGB 7 105 156 -
CMYK 0.96 0.33 0 0.39
HSL 200.54º 0.91% 0.32% -
HSV(B) 200.54º 0.96% 0.61% -
XYZ 11.14 12.55 33.29 -
YUV 81.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 7 105 156 0.96 0.33 0 0.39 200.54 0.91 0.32
Hex 7 69 9C 60 21 0 27 C9 5B 20
Octal 7 151 234 140 41 0 47 311 133 40
Binary 111 1101001 10011100 1100000 100001 0 100111 11001001 1011011 100000

Color Harmonies of #07699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07699C

Black with #07699C

Text Example


Text Example

White with #07699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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