Html Css Color HEX #0D7697 Cerulean

📋 copy color: '#0D7697'

red 13 ◦ green 118 ◦ blue 151

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

Shades of Cerulean #0D7697

Tints of Cerulean #0D7697

RGB

 RED value IS 13 (5.47% from 255) = 4.61%

 GREEN value IS 118 (46.48% from 255) = 41.84%

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 4.61%
G = 41.84%
B = 53.55%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0D7697 (or 0x0D7697) is known color: Cerulean. HEX triplet: 0D, 76 and 97. RGB value is (13,118,151). Sum of RGB (Red+Green+Blue) = 13+118+151=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #0D7697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7697 is #F28968. Grayscale: #5A5A5A. Windows color (decimal): -15894889 or 9926157. OLE color: 9926157.

HSL color Cylindrical-coordinate representation of color #0D7697: hue angle of 194.35º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D7697 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 13 118 151 -
CMYK 0.91 0.22 0 0.41
HSL 194.35º 0.84% 0.32% -
HSV(B) 194.35º 0.91% 0.59% -
XYZ 12.23 15.28 31.58 -
YUV 90.37 162.21 72.82 -
System Red Green Blue C M Y K H S L
Decimal 13 118 151 0.91 0.22 0 0.41 194.35 0.84 0.32
Hex D 76 97 5B 16 0 29 C2 54 20
Octal 15 166 227 133 26 0 51 302 124 40
Binary 1101 1110110 10010111 1011011 10110 0 101001 11000010 1010100 100000

Color Harmonies of #0D7697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7697

Black with #0D7697

Text Example


Text Example

White with #0D7697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D7697; }

 p { color: rgb(13,118,151); }

 H1.HeaderClassName
 {
   color: #0D7697;
 }
 .AnyTagClassName
 {
   color: #0D7697;
 }
</style>

background-color css

<style>
 a { background-color: #0D7697; }

 a { background-color: rgb(13,118,151); }

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

border-color css

<style>
 span { border-color: #0D7697; }

 span { border-color: rgb(13,118,151); }

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