Html Css Color HEX #0D7294 Cerulean

📋 copy color: '#0D7294'

red 13 ◦ green 114 ◦ blue 148

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

Shades of Cerulean #0D7294

Tints of Cerulean #0D7294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 4.73%
G = 41.45%
B = 53.82%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D7294 (or 0x0D7294) is known color: Cerulean. HEX triplet: 0D, 72 and 94. RGB value is (13,114,148). Sum of RGB (Red+Green+Blue) = 13+114+148=275 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.73% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #0D7294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7294 is #F28D6B. Grayscale: #575757. Windows color (decimal): -15895916 or 9728525. OLE color: 9728525.

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

Color convert

RGB 13 114 148 -
CMYK 0.91 0.23 0 0.42
HSL 195.11º 0.84% 0.32% -
HSV(B) 195.11º 0.91% 0.58% -
XYZ 11.53 14.26 30.16 -
YUV 87.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 13 114 148 0.91 0.23 0 0.42 195.11 0.84 0.32
Hex D 72 94 5B 17 0 2A C3 54 20
Octal 15 162 224 133 27 0 52 303 124 40
Binary 1101 1110010 10010100 1011011 10111 0 101010 11000011 1010100 100000

Color Harmonies of #0D7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7294

Black with #0D7294

Text Example


Text Example

White with #0D7294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,114,148); }

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

background-color css

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

 a { background-color: rgb(13,114,148); }

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

border-color css

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

 span { border-color: rgb(13,114,148); }

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