Html Css Color HEX #0B67AA Denim

📋 copy color: '#0B67AA'

red 11 ◦ green 103 ◦ blue 170

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

Shades of Denim #0B67AA

Tints of Denim #0B67AA

RGB

 RED value IS 11 (4.69% from 255) = 3.87%

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

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 3.87%
G = 36.27%
B = 59.86%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B67AA (or 0x0B67AA) is known color: Denim. HEX triplet: 0B, 67 and AA. RGB value is (11,103,170). Sum of RGB (Red+Green+Blue) = 11+103+170=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B67AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B67AA is #F49855. Grayscale: #525252. Windows color (decimal): -16029782 or 11167499. OLE color: 11167499.

HSL color Cylindrical-coordinate representation of color #0B67AA: hue angle of 205.28º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B67AA is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 103 170 -
CMYK 0.94 0.39 0 0.33
HSL 205.28º 0.88% 0.35% -
HSV(B) 205.28º 0.94% 0.67% -
XYZ 12.24 12.67 39.83 -
YUV 83.13 177.02 76.55 -
System Red Green Blue C M Y K H S L
Decimal 11 103 170 0.94 0.39 0 0.33 205.28 0.88 0.35
Hex B 67 AA 5E 27 0 21 CD 58 23
Octal 13 147 252 136 47 0 41 315 130 43
Binary 1011 1100111 10101010 1011110 100111 0 100001 11001101 1011000 100011

Color Harmonies of #0B67AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B67AA

Black with #0B67AA

Text Example


Text Example

White with #0B67AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,103,170); }

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

background-color css

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

 a { background-color: rgb(11,103,170); }

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

border-color css

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

 span { border-color: rgb(11,103,170); }

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