Html Css Color HEX #065CBC Denim

📋 copy color: '#065CBC'

red 6 ◦ green 92 ◦ blue 188

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

Shades of Denim #065CBC

Tints of Denim #065CBC

RGB

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

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

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

R = 2.1%
G = 32.17%
B = 65.73%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#065CBC (or 0x065CBC) is known color: Denim. HEX triplet: 06, 5C and BC. RGB value is (6,92,188). Sum of RGB (Red+Green+Blue) = 6+92+188=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #065CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CBC is #F9A343. Grayscale: #4C4C4C. Windows color (decimal): -16360260 or 12344326. OLE color: 12344326.

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

Color convert

RGB 6 92 188 -
CMYK 0.97 0.51 0 0.26
HSL 211.65º 0.94% 0.38% -
HSV(B) 211.65º 0.97% 0.74% -
XYZ 12.98 11.32 49.08 -
YUV 77.23 190.51 77.19 -
System Red Green Blue C M Y K H S L
Decimal 6 92 188 0.97 0.51 0 0.26 211.65 0.94 0.38
Hex 6 5C BC 61 33 0 1A D4 5E 26
Octal 6 134 274 141 63 0 32 324 136 46
Binary 110 1011100 10111100 1100001 110011 0 11010 11010100 1011110 100110

Color Harmonies of #065CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CBC

Black with #065CBC

Text Example


Text Example

White with #065CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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