Html Css Color HEX #0D6495 Cerulean

📋 copy color: '#0D6495'

red 13 ◦ green 100 ◦ blue 149

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

Shades of Cerulean #0D6495

Tints of Cerulean #0D6495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 4.96%
G = 38.17%
B = 56.87%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0D6495 (or 0x0D6495) is known color: Cerulean. HEX triplet: 0D, 64 and 95. RGB value is (13,100,149). Sum of RGB (Red+Green+Blue) = 13+100+149=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D6495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6495 is #F29B6A. Grayscale: #4F4F4F. Windows color (decimal): -15899499 or 9790477. OLE color: 9790477.

HSL color Cylindrical-coordinate representation of color #0D6495: hue angle of 201.62º 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 #0D6495 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 13 100 149 -
CMYK 0.91 0.33 0 0.42
HSL 201.62º 0.84% 0.32% -
HSV(B) 201.62º 0.91% 0.58% -
XYZ 10.15 11.37 30.09 -
YUV 79.57 167.18 80.52 -
System Red Green Blue C M Y K H S L
Decimal 13 100 149 0.91 0.33 0 0.42 201.62 0.84 0.32
Hex D 64 95 5B 21 0 2A CA 54 20
Octal 15 144 225 133 41 0 52 312 124 40
Binary 1101 1100100 10010101 1011011 100001 0 101010 11001010 1010100 100000

Color Harmonies of #0D6495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6495

Black with #0D6495

Text Example


Text Example

White with #0D6495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,100,149); }

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

background-color css

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

 a { background-color: rgb(13,100,149); }

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

border-color css

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

 span { border-color: rgb(13,100,149); }

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