Html Css Color HEX #065BBE Denim

📋 copy color: '#065BBE'

red 6 ◦ green 91 ◦ blue 190

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

Shades of Denim #065BBE

Tints of Denim #065BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.2%

R = 2.09%
G = 31.71%
B = 66.2%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#065BBE (or 0x065BBE) is known color: Denim. HEX triplet: 06, 5B and BE. RGB value is (6,91,190). Sum of RGB (Red+Green+Blue) = 6+91+190=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #065BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BBE is #F9A441. Grayscale: #4C4C4C. Windows color (decimal): -16360514 or 12475142. OLE color: 12475142.

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

Color convert

RGB 6 91 190 -
CMYK 0.97 0.52 0 0.25
HSL 212.28º 0.94% 0.38% -
HSV(B) 212.28º 0.97% 0.75% -
XYZ 13.11 11.24 50.19 -
YUV 76.87 191.84 77.45 -
System Red Green Blue C M Y K H S L
Decimal 6 91 190 0.97 0.52 0 0.25 212.28 0.94 0.38
Hex 6 5B BE 61 34 0 19 D4 5E 26
Octal 6 133 276 141 64 0 31 324 136 46
Binary 110 1011011 10111110 1100001 110100 0 11001 11010100 1011110 100110

Color Harmonies of #065BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BBE

Black with #065BBE

Text Example


Text Example

White with #065BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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