Html Css Color HEX #0D67AB Denim

📋 copy color: '#0D67AB'

red 13 ◦ green 103 ◦ blue 171

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

Shades of Denim #0D67AB

Tints of Denim #0D67AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 4.53%
G = 35.89%
B = 59.58%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D67AB (or 0x0D67AB) is known color: Denim. HEX triplet: 0D, 67 and AB. RGB value is (13,103,171). Sum of RGB (Red+Green+Blue) = 13+103+171=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D67AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D67AB is #F29854. Grayscale: #535353. Windows color (decimal): -15898709 or 11233037. OLE color: 11233037.

HSL color Cylindrical-coordinate representation of color #0D67AB: hue angle of 205.82º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D67AB is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 103 171 -
CMYK 0.92 0.40 0 0.33
HSL 205.82º 0.86% 0.36% -
HSV(B) 205.82º 0.92% 0.67% -
XYZ 12.37 12.73 40.33 -
YUV 83.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 13 103 171 0.92 0.40 0 0.33 205.82 0.86 0.36
Hex D 67 AB 5C 28 0 21 CE 56 24
Octal 15 147 253 134 50 0 41 316 126 44
Binary 1101 1100111 10101011 1011100 101000 0 100001 11001110 1010110 100100

Color Harmonies of #0D67AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D67AB

Black with #0D67AB

Text Example


Text Example

White with #0D67AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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