Html Css Color HEX #065BBC Denim

📋 copy color: '#065BBC'

red 6 ◦ green 91 ◦ blue 188

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

Shades of Denim #065BBC

Tints of Denim #065BBC

RGB

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

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

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

R = 2.11%
G = 31.93%
B = 65.96%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#065BBC (or 0x065BBC) is known color: Denim. HEX triplet: 06, 5B and BC. RGB value is (6,91,188). Sum of RGB (Red+Green+Blue) = 6+91+188=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #065BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BBC is #F9A443. Grayscale: #4C4C4C. Windows color (decimal): -16360516 or 12344070. OLE color: 12344070.

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

Color convert

RGB 6 91 188 -
CMYK 0.97 0.52 0 0.26
HSL 211.98º 0.94% 0.38% -
HSV(B) 211.98º 0.97% 0.74% -
XYZ 12.89 11.15 49.05 -
YUV 76.64 190.84 77.61 -
System Red Green Blue C M Y K H S L
Decimal 6 91 188 0.97 0.52 0 0.26 211.98 0.94 0.38
Hex 6 5B BC 61 34 0 1A D4 5E 26
Octal 6 133 274 141 64 0 32 324 136 46
Binary 110 1011011 10111100 1100001 110100 0 11010 11010100 1011110 100110

Color Harmonies of #065BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BBC

Black with #065BBC

Text Example


Text Example

White with #065BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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