Html Css Color HEX #065CBD Denim

📋 copy color: '#065CBD'

red 6 ◦ green 92 ◦ blue 189

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

Shades of Denim #065CBD

Tints of Denim #065CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.85%

R = 2.09%
G = 32.06%
B = 65.85%

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

#065CBD (or 0x065CBD) is known color: Denim. HEX triplet: 06, 5C and BD. RGB value is (6,92,189). Sum of RGB (Red+Green+Blue) = 6+92+189=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #065CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CBD is #F9A342. Grayscale: #4C4C4C. Windows color (decimal): -16360259 or 12409862. OLE color: 12409862.

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

Color convert

RGB 6 92 189 -
CMYK 0.97 0.51 0 0.26
HSL 211.8º 0.94% 0.38% -
HSV(B) 211.8º 0.97% 0.74% -
XYZ 13.09 11.37 49.65 -
YUV 77.34 191.01 77.11 -
System Red Green Blue C M Y K H S L
Decimal 6 92 189 0.97 0.51 0 0.26 211.8 0.94 0.38
Hex 6 5C BD 61 33 0 1A D4 5E 26
Octal 6 134 275 141 63 0 32 324 136 46
Binary 110 1011100 10111101 1100001 110011 0 11010 11010100 1011110 100110

Color Harmonies of #065CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CBD

Black with #065CBD

Text Example


Text Example

White with #065CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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