Html Css Color HEX #0D62AF Denim

📋 copy color: '#0D62AF'

red 13 ◦ green 98 ◦ blue 175

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

Shades of Denim #0D62AF

Tints of Denim #0D62AF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

 BLUE value IS 175 (68.75% from 255) = 61.19%

R = 4.55%
G = 34.27%
B = 61.19%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D62AF (or 0x0D62AF) is known color: Denim. HEX triplet: 0D, 62 and AF. RGB value is (13,98,175). Sum of RGB (Red+Green+Blue) = 13+98+175=286 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.55% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D62AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D62AF is #F29D50. Grayscale: #505050. Windows color (decimal): -15899985 or 11493901. OLE color: 11493901.

HSL color Cylindrical-coordinate representation of color #0D62AF: hue angle of 208.52º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D62AF is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 98 175 -
CMYK 0.93 0.44 0 0.31
HSL 208.52º 0.86% 0.37% -
HSV(B) 208.52º 0.93% 0.69% -
XYZ 12.27 11.92 42.21 -
YUV 81.36 180.84 79.24 -
System Red Green Blue C M Y K H S L
Decimal 13 98 175 0.93 0.44 0 0.31 208.52 0.86 0.37
Hex D 62 AF 5D 2C 0 1F D1 56 25
Octal 15 142 257 135 54 0 37 321 126 45
Binary 1101 1100010 10101111 1011101 101100 0 11111 11010001 1010110 100101

Color Harmonies of #0D62AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D62AF

Black with #0D62AF

Text Example


Text Example

White with #0D62AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,98,175); }

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

background-color css

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

 a { background-color: rgb(13,98,175); }

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

border-color css

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

 span { border-color: rgb(13,98,175); }

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