Html Css Color HEX #065EB8 Denim

📋 copy color: '#065EB8'

red 6 ◦ green 94 ◦ blue 184

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

Shades of Denim #065EB8

Tints of Denim #065EB8

RGB

 RED value IS 6 (2.73% from 255) = 2.11%

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 184 (72.27% from 255) = 64.79%

R = 2.11%
G = 33.1%
B = 64.79%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#065EB8 (or 0x065EB8) is known color: Denim. HEX triplet: 06, 5E and B8. RGB value is (6,94,184). Sum of RGB (Red+Green+Blue) = 6+94+184=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 184 (72.27% from 255 or 64.79% from 284); Max value from RGB is 184 - color contains mainly: blue. Hex color #065EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EB8 is #F9A147. Grayscale: #4D4D4D. Windows color (decimal): -16359752 or 12082694. OLE color: 12082694.

HSL color Cylindrical-coordinate representation of color #065EB8: hue angle of 210.34º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065EB8 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 6 94 184 -
CMYK 0.97 0.49 0 0.28
HSL 210.34º 0.94% 0.37% -
HSV(B) 210.34º 0.97% 0.72% -
XYZ 12.73 11.5 46.9 -
YUV 77.95 187.85 76.68 -
System Red Green Blue C M Y K H S L
Decimal 6 94 184 0.97 0.49 0 0.28 210.34 0.94 0.37
Hex 6 5E B8 61 31 0 1C D2 5E 25
Octal 6 136 270 141 61 0 34 322 136 45
Binary 110 1011110 10111000 1100001 110001 0 11100 11010010 1011110 100101

Color Harmonies of #065EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EB8

Black with #065EB8

Text Example


Text Example

White with #065EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065EB8; }

 p { color: rgb(6,94,184); }

 H1.HeaderClassName
 {
   color: #065EB8;
 }
 .AnyTagClassName
 {
   color: #065EB8;
 }
</style>

background-color css

<style>
 a { background-color: #065EB8; }

 a { background-color: rgb(6,94,184); }

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

border-color css

<style>
 span { border-color: #065EB8; }

 span { border-color: rgb(6,94,184); }

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