Html Css Color HEX #065EBA Denim

📋 copy color: '#065EBA'

red 6 ◦ green 94 ◦ blue 186

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

Shades of Denim #065EBA

Tints of Denim #065EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.03%

R = 2.1%
G = 32.87%
B = 65.03%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#065EBA (or 0x065EBA) is known color: Denim. HEX triplet: 06, 5E and BA. RGB value is (6,94,186). Sum of RGB (Red+Green+Blue) = 6+94+186=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #065EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EBA is #F9A145. Grayscale: #4D4D4D. Windows color (decimal): -16359750 or 12213766. OLE color: 12213766.

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

Color convert

RGB 6 94 186 -
CMYK 0.97 0.49 0 0.27
HSL 210.67º 0.94% 0.38% -
HSV(B) 210.67º 0.97% 0.73% -
XYZ 12.94 11.59 48.01 -
YUV 78.18 188.85 76.52 -
System Red Green Blue C M Y K H S L
Decimal 6 94 186 0.97 0.49 0 0.27 210.67 0.94 0.38
Hex 6 5E BA 61 31 0 1B D3 5E 26
Octal 6 136 272 141 61 0 33 323 136 46
Binary 110 1011110 10111010 1100001 110001 0 11011 11010011 1011110 100110

Color Harmonies of #065EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EBA

Black with #065EBA

Text Example


Text Example

White with #065EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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