Html Css Color HEX #065BBA Denim

📋 copy color: '#065BBA'

red 6 ◦ green 91 ◦ blue 186

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

Shades of Denim #065BBA

Tints of Denim #065BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

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

R = 2.12%
G = 32.16%
B = 65.72%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#065BBA (or 0x065BBA) is known color: Denim. HEX triplet: 06, 5B and BA. RGB value is (6,91,186). Sum of RGB (Red+Green+Blue) = 6+91+186=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #065BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BBA is #F9A445. Grayscale: #4B4B4B. Windows color (decimal): -16360518 or 12212998. OLE color: 12212998.

HSL color Cylindrical-coordinate representation of color #065BBA: hue angle of 211.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 #065BBA is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 91 186 -
CMYK 0.97 0.51 0 0.27
HSL 211.67º 0.94% 0.38% -
HSV(B) 211.67º 0.97% 0.73% -
XYZ 12.68 11.07 47.92 -
YUV 76.42 189.84 77.78 -
System Red Green Blue C M Y K H S L
Decimal 6 91 186 0.97 0.51 0 0.27 211.67 0.94 0.38
Hex 6 5B BA 61 33 0 1B D4 5E 26
Octal 6 133 272 141 63 0 33 324 136 46
Binary 110 1011011 10111010 1100001 110011 0 11011 11010100 1011110 100110

Color Harmonies of #065BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BBA

Black with #065BBA

Text Example


Text Example

White with #065BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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