Html Css Color HEX #07669D Cerulean

📋 copy color: '#07669D'

red 7 ◦ green 102 ◦ blue 157

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

Shades of Cerulean #07669D

Tints of Cerulean #07669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.35%

 BLUE value IS 157 (61.72% from 255) = 59.02%

R = 2.63%
G = 38.35%
B = 59.02%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07669D (or 0x07669D) is known color: Cerulean. HEX triplet: 07, 66 and 9D. RGB value is (7,102,157). Sum of RGB (Red+Green+Blue) = 7+102+157=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #07669D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07669D is #F89962. Grayscale: #4F4F4F. Windows color (decimal): -16292195 or 10315271. OLE color: 10315271.

HSL color Cylindrical-coordinate representation of color #07669D: hue angle of 202º degrees, saturation: 0.91, 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 #07669D is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 102 157 -
CMYK 0.96 0.35 0 0.38
HSL 202º 0.91% 0.32% -
HSV(B) 202º 0.96% 0.62% -
XYZ 10.92 11.98 33.64 -
YUV 79.87 171.53 76.03 -
System Red Green Blue C M Y K H S L
Decimal 7 102 157 0.96 0.35 0 0.38 202 0.91 0.32
Hex 7 66 9D 60 23 0 26 CA 5B 20
Octal 7 146 235 140 43 0 46 312 133 40
Binary 111 1100110 10011101 1100000 100011 0 100110 11001010 1011011 100000

Color Harmonies of #07669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07669D

Black with #07669D

Text Example


Text Example

White with #07669D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07669D; }

 p { color: rgb(7,102,157); }

 H1.HeaderClassName
 {
   color: #07669D;
 }
 .AnyTagClassName
 {
   color: #07669D;
 }
</style>

background-color css

<style>
 a { background-color: #07669D; }

 a { background-color: rgb(7,102,157); }

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

border-color css

<style>
 span { border-color: #07669D; }

 span { border-color: rgb(7,102,157); }

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