Html Css Color HEX #0D61CB Navy Blue

📋 copy color: '#0D61CB'

red 13 ◦ green 97 ◦ blue 203

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

Shades of Navy Blue #0D61CB

Tints of Navy Blue #0D61CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 203 (79.69% from 255) = 64.86%

R = 4.15%
G = 30.99%
B = 64.86%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0D61CB (or 0x0D61CB) is known color: Navy Blue. HEX triplet: 0D, 61 and CB. RGB value is (13,97,203). Sum of RGB (Red+Green+Blue) = 13+97+203=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #0D61CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D61CB is #F29E34. Grayscale: #535353. Windows color (decimal): -15900213 or 13328653. OLE color: 13328653.

HSL color Cylindrical-coordinate representation of color #0D61CB: hue angle of 213.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D61CB is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 97 203 -
CMYK 0.94 0.52 0 0.20
HSL 213.47º 0.88% 0.42% -
HSV(B) 213.47º 0.94% 0.8% -
XYZ 15.22 12.95 58.2 -
YUV 83.97 195.17 77.38 -
System Red Green Blue C M Y K H S L
Decimal 13 97 203 0.94 0.52 0 0.20 213.47 0.88 0.42
Hex D 61 CB 5E 34 0 14 D5 58 2A
Octal 15 141 313 136 64 0 24 325 130 52
Binary 1101 1100001 11001011 1011110 110100 0 10100 11010101 1011000 101010

Color Harmonies of #0D61CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D61CB

Black with #0D61CB

Text Example


Text Example

White with #0D61CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,97,203); }

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

background-color css

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

 a { background-color: rgb(13,97,203); }

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

border-color css

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

 span { border-color: rgb(13,97,203); }

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