Html Css Color HEX #0D7DC2 Navy Blue

📋 copy color: '#0D7DC2'

red 13 ◦ green 125 ◦ blue 194

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

Shades of Navy Blue #0D7DC2

Tints of Navy Blue #0D7DC2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.65%

 BLUE value IS 194 (76.17% from 255) = 58.43%

R = 3.92%
G = 37.65%
B = 58.43%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#0D7DC2 (or 0x0D7DC2) is known color: Navy Blue. HEX triplet: 0D, 7D and C2. RGB value is (13,125,194). Sum of RGB (Red+Green+Blue) = 13+125+194=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 194 (76.17% from 255 or 58.43% from 332); Max value from RGB is 194 - color contains mainly: blue. Hex color #0D7DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7DC2 is #F2823D. Grayscale: #626262. Windows color (decimal): -15893054 or 12745997. OLE color: 12745997.

HSL color Cylindrical-coordinate representation of color #0D7DC2: hue angle of 202.87º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D7DC2 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 125 194 -
CMYK 0.93 0.36 0 0.24
HSL 202.87º 0.87% 0.41% -
HSV(B) 202.87º 0.93% 0.76% -
XYZ 17.24 18.65 53.73 -
YUV 99.38 181.39 66.39 -
System Red Green Blue C M Y K H S L
Decimal 13 125 194 0.93 0.36 0 0.24 202.87 0.87 0.41
Hex D 7D C2 5D 24 0 18 CB 57 29
Octal 15 175 302 135 44 0 30 313 127 51
Binary 1101 1111101 11000010 1011101 100100 0 11000 11001011 1010111 101001

Color Harmonies of #0D7DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7DC2

Black with #0D7DC2

Text Example


Text Example

White with #0D7DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,125,194); }

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

background-color css

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

 a { background-color: rgb(13,125,194); }

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

border-color css

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

 span { border-color: rgb(13,125,194); }

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