Html Css Color HEX #065CBF Denim

📋 copy color: '#065CBF'

red 6 ◦ green 92 ◦ blue 191

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

Shades of Denim #065CBF

Tints of Denim #065CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.09%

R = 2.08%
G = 31.83%
B = 66.09%

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

#065CBF (or 0x065CBF) is known color: Denim. HEX triplet: 06, 5C and BF. RGB value is (6,92,191). Sum of RGB (Red+Green+Blue) = 6+92+191=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #065CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CBF is #F9A340. Grayscale: #4D4D4D. Windows color (decimal): -16360257 or 12540934. OLE color: 12540934.

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

Color convert

RGB 6 92 191 -
CMYK 0.97 0.52 0 0.25
HSL 212.11º 0.94% 0.39% -
HSV(B) 212.11º 0.97% 0.75% -
XYZ 13.31 11.45 50.8 -
YUV 77.57 192.01 76.95 -
System Red Green Blue C M Y K H S L
Decimal 6 92 191 0.97 0.52 0 0.25 212.11 0.94 0.39
Hex 6 5C BF 61 34 0 19 D4 5E 27
Octal 6 134 277 141 64 0 31 324 136 47
Binary 110 1011100 10111111 1100001 110100 0 11001 11010100 1011110 100111

Color Harmonies of #065CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CBF

Black with #065CBF

Text Example


Text Example

White with #065CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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