Html Css Color HEX #0D67AE Denim

📋 copy color: '#0D67AE'

red 13 ◦ green 103 ◦ blue 174

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

Shades of Denim #0D67AE

Tints of Denim #0D67AE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

 BLUE value IS 174 (68.36% from 255) = 60%

R = 4.48%
G = 35.52%
B = 60%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D67AE (or 0x0D67AE) is known color: Denim. HEX triplet: 0D, 67 and AE. RGB value is (13,103,174). Sum of RGB (Red+Green+Blue) = 13+103+174=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D67AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D67AE is #F29851. Grayscale: #535353. Windows color (decimal): -15898706 or 11429645. OLE color: 11429645.

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

Color convert

RGB 13 103 174 -
CMYK 0.93 0.41 0 0.32
HSL 206.46º 0.86% 0.37% -
HSV(B) 206.46º 0.93% 0.68% -
XYZ 12.66 12.84 41.86 -
YUV 84.18 178.68 77.23 -
System Red Green Blue C M Y K H S L
Decimal 13 103 174 0.93 0.41 0 0.32 206.46 0.86 0.37
Hex D 67 AE 5D 29 0 20 CE 56 25
Octal 15 147 256 135 51 0 40 316 126 45
Binary 1101 1100111 10101110 1011101 101001 0 100000 11001110 1010110 100101

Color Harmonies of #0D67AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D67AE

Black with #0D67AE

Text Example


Text Example

White with #0D67AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,103,174); }

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

background-color css

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

 a { background-color: rgb(13,103,174); }

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

border-color css

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

 span { border-color: rgb(13,103,174); }

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