Html Css Color HEX #065FBD Denim

📋 copy color: '#065FBD'

red 6 ◦ green 95 ◦ blue 189

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

Shades of Denim #065FBD

Tints of Denim #065FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.17%

R = 2.07%
G = 32.76%
B = 65.17%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#065FBD (or 0x065FBD) is known color: Denim. HEX triplet: 06, 5F and BD. RGB value is (6,95,189). Sum of RGB (Red+Green+Blue) = 6+95+189=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #065FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FBD is #F9A042. Grayscale: #4E4E4E. Windows color (decimal): -16359491 or 12410630. OLE color: 12410630.

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

Color convert

RGB 6 95 189 -
CMYK 0.97 0.50 0 0.26
HSL 210.82º 0.94% 0.38% -
HSV(B) 210.82º 0.97% 0.74% -
XYZ 13.35 11.9 49.74 -
YUV 79.11 190.01 75.86 -
System Red Green Blue C M Y K H S L
Decimal 6 95 189 0.97 0.50 0 0.26 210.82 0.94 0.38
Hex 6 5F BD 61 32 0 1A D3 5E 26
Octal 6 137 275 141 62 0 32 323 136 46
Binary 110 1011111 10111101 1100001 110010 0 11010 11010011 1011110 100110

Color Harmonies of #065FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FBD

Black with #065FBD

Text Example


Text Example

White with #065FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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