Html Css Color HEX #065CB3 Denim

📋 copy color: '#065CB3'

red 6 ◦ green 92 ◦ blue 179

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

Shades of Denim #065CB3

Tints of Denim #065CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 64.62%

R = 2.17%
G = 33.21%
B = 64.62%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#065CB3 (or 0x065CB3) is known color: Denim. HEX triplet: 06, 5C and B3. RGB value is (6,92,179). Sum of RGB (Red+Green+Blue) = 6+92+179=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 179 (70.31% from 255 or 64.62% from 277); Max value from RGB is 179 - color contains mainly: blue. Hex color #065CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CB3 is #F9A34C. Grayscale: #4B4B4B. Windows color (decimal): -16360269 or 11754502. OLE color: 11754502.

HSL color Cylindrical-coordinate representation of color #065CB3: hue angle of 210.17º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065CB3 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 6 92 179 -
CMYK 0.97 0.49 0 0.30
HSL 210.17º 0.94% 0.36% -
HSV(B) 210.17º 0.97% 0.7% -
XYZ 12.04 10.95 44.13 -
YUV 76.2 186.01 77.93 -
System Red Green Blue C M Y K H S L
Decimal 6 92 179 0.97 0.49 0 0.30 210.17 0.94 0.36
Hex 6 5C B3 61 31 0 1E D2 5E 24
Octal 6 134 263 141 61 0 36 322 136 44
Binary 110 1011100 10110011 1100001 110001 0 11110 11010010 1011110 100100

Color Harmonies of #065CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CB3

Black with #065CB3

Text Example


Text Example

White with #065CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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