Html Css Color HEX #0D7099 Cerulean

📋 copy color: '#0D7099'

red 13 ◦ green 112 ◦ blue 153

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

Shades of Cerulean #0D7099

Tints of Cerulean #0D7099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 153 (60.16% from 255) = 55.04%

R = 4.68%
G = 40.29%
B = 55.04%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0D7099 (or 0x0D7099) is known color: Cerulean. HEX triplet: 0D, 70 and 99. RGB value is (13,112,153). Sum of RGB (Red+Green+Blue) = 13+112+153=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 153 (60.16% from 255 or 55.04% from 278); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D7099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7099 is #F28F66. Grayscale: #565656. Windows color (decimal): -15896423 or 10055693. OLE color: 10055693.

HSL color Cylindrical-coordinate representation of color #0D7099: hue angle of 197.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D7099 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 112 153 -
CMYK 0.92 0.27 0 0.4
HSL 197.57º 0.84% 0.33% -
HSV(B) 197.57º 0.92% 0.6% -
XYZ 11.71 13.97 32.22 -
YUV 87.07 165.2 75.17 -
System Red Green Blue C M Y K H S L
Decimal 13 112 153 0.92 0.27 0 0.4 197.57 0.84 0.33
Hex D 70 99 5C 1B 0 28 C6 54 21
Octal 15 160 231 134 33 0 50 306 124 41
Binary 1101 1110000 10011001 1011100 11011 0 101000 11000110 1010100 100001

Color Harmonies of #0D7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7099

Black with #0D7099

Text Example


Text Example

White with #0D7099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,112,153); }

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

background-color css

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

 a { background-color: rgb(13,112,153); }

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

border-color css

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

 span { border-color: rgb(13,112,153); }

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