Html Css Color HEX #065CBE Denim

📋 copy color: '#065CBE'

red 6 ◦ green 92 ◦ blue 190

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

Shades of Denim #065CBE

Tints of Denim #065CBE

RGB

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

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

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

R = 2.08%
G = 31.94%
B = 65.97%

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

#065CBE (or 0x065CBE) is known color: Denim. HEX triplet: 06, 5C and BE. RGB value is (6,92,190). Sum of RGB (Red+Green+Blue) = 6+92+190=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #065CBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CBE is #F9A341. Grayscale: #4C4C4C. Windows color (decimal): -16360258 or 12475398. OLE color: 12475398.

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

Color convert

RGB 6 92 190 -
CMYK 0.97 0.52 0 0.25
HSL 211.96º 0.94% 0.38% -
HSV(B) 211.96º 0.97% 0.75% -
XYZ 13.2 11.41 50.22 -
YUV 77.46 191.51 77.03 -
System Red Green Blue C M Y K H S L
Decimal 6 92 190 0.97 0.52 0 0.25 211.96 0.94 0.38
Hex 6 5C BE 61 34 0 19 D4 5E 26
Octal 6 134 276 141 64 0 31 324 136 46
Binary 110 1011100 10111110 1100001 110100 0 11001 11010100 1011110 100110

Color Harmonies of #065CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CBE

Black with #065CBE

Text Example


Text Example

White with #065CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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