Html Css Color HEX #065CBA Denim

📋 copy color: '#065CBA'

red 6 ◦ green 92 ◦ blue 186

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

Shades of Denim #065CBA

Tints of Denim #065CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

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

R = 2.11%
G = 32.39%
B = 65.49%

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

#065CBA (or 0x065CBA) is known color: Denim. HEX triplet: 06, 5C and BA. RGB value is (6,92,186). Sum of RGB (Red+Green+Blue) = 6+92+186=284 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #065CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CBA is #F9A345. Grayscale: #4C4C4C. Windows color (decimal): -16360262 or 12213254. OLE color: 12213254.

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

Color convert

RGB 6 92 186 -
CMYK 0.97 0.51 0 0.27
HSL 211.33º 0.94% 0.38% -
HSV(B) 211.33º 0.97% 0.73% -
XYZ 12.77 11.24 47.95 -
YUV 77 189.51 77.36 -
System Red Green Blue C M Y K H S L
Decimal 6 92 186 0.97 0.51 0 0.27 211.33 0.94 0.38
Hex 6 5C BA 61 33 0 1B D3 5E 26
Octal 6 134 272 141 63 0 33 323 136 46
Binary 110 1011100 10111010 1100001 110011 0 11011 11010011 1011110 100110

Color Harmonies of #065CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CBA

Black with #065CBA

Text Example


Text Example

White with #065CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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