Html Css Color HEX #065FBC Denim

📋 copy color: '#065FBC'

red 6 ◦ green 95 ◦ blue 188

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

Shades of Denim #065FBC

Tints of Denim #065FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.87%

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 2.08%
G = 32.87%
B = 65.05%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#065FBC (or 0x065FBC) is known color: Denim. HEX triplet: 06, 5F and BC. RGB value is (6,95,188). Sum of RGB (Red+Green+Blue) = 6+95+188=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #065FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FBC is #F9A043. Grayscale: #4E4E4E. Windows color (decimal): -16359492 or 12345094. OLE color: 12345094.

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

Color convert

RGB 6 95 188 -
CMYK 0.97 0.49 0 0.26
HSL 210.66º 0.94% 0.38% -
HSV(B) 210.66º 0.97% 0.74% -
XYZ 13.24 11.85 49.17 -
YUV 78.99 189.51 75.94 -
System Red Green Blue C M Y K H S L
Decimal 6 95 188 0.97 0.49 0 0.26 210.66 0.94 0.38
Hex 6 5F BC 61 31 0 1A D3 5E 26
Octal 6 137 274 141 61 0 32 323 136 46
Binary 110 1011111 10111100 1100001 110001 0 11010 11010011 1011110 100110

Color Harmonies of #065FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FBC

Black with #065FBC

Text Example


Text Example

White with #065FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,95,188); }

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

background-color css

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

 a { background-color: rgb(6,95,188); }

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

border-color css

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

 span { border-color: rgb(6,95,188); }

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