Html Css Color HEX #09699D Cerulean

📋 copy color: '#09699D'

red 9 ◦ green 105 ◦ blue 157

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

Shades of Cerulean #09699D

Tints of Cerulean #09699D

RGB

 RED value IS 9 (3.91% from 255) = 3.32%

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

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

R = 3.32%
G = 38.75%
B = 57.93%

CMYK

 C value IS 0.94

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09699D (or 0x09699D) is known color: Cerulean. HEX triplet: 09, 69 and 9D. RGB value is (9,105,157). Sum of RGB (Red+Green+Blue) = 9+105+157=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #09699D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09699D is #F69662. Grayscale: #515151. Windows color (decimal): -16160355 or 10316041. OLE color: 10316041.

HSL color Cylindrical-coordinate representation of color #09699D: hue angle of 201.08º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09699D is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 105 157 -
CMYK 0.94 0.33 0 0.38
HSL 201.08º 0.89% 0.33% -
HSV(B) 201.08º 0.94% 0.62% -
XYZ 11.25 12.6 33.74 -
YUV 82.22 170.2 75.77 -
System Red Green Blue C M Y K H S L
Decimal 9 105 157 0.94 0.33 0 0.38 201.08 0.89 0.33
Hex 9 69 9D 5E 21 0 26 C9 59 21
Octal 11 151 235 136 41 0 46 311 131 41
Binary 1001 1101001 10011101 1011110 100001 0 100110 11001001 1011001 100001

Color Harmonies of #09699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09699D

Black with #09699D

Text Example


Text Example

White with #09699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,105,157); }

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

background-color css

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

 a { background-color: rgb(9,105,157); }

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

border-color css

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

 span { border-color: rgb(9,105,157); }

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