Html Css Color HEX #065AB7 Denim

📋 copy color: '#065AB7'

red 6 ◦ green 90 ◦ blue 183

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

Shades of Denim #065AB7

Tints of Denim #065AB7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.26%

 BLUE value IS 183 (71.88% from 255) = 65.59%

R = 2.15%
G = 32.26%
B = 65.59%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#065AB7 (or 0x065AB7) is known color: Denim. HEX triplet: 06, 5A and B7. RGB value is (6,90,183). Sum of RGB (Red+Green+Blue) = 6+90+183=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 183 (71.88% from 255 or 65.59% from 279); Max value from RGB is 183 - color contains mainly: blue. Hex color #065AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065AB7 is #F9A548. Grayscale: #4B4B4B. Windows color (decimal): -16360777 or 12016134. OLE color: 12016134.

HSL color Cylindrical-coordinate representation of color #065AB7: hue angle of 211.53º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065AB7 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 6 90 183 -
CMYK 0.97 0.51 0 0.28
HSL 211.53º 0.94% 0.37% -
HSV(B) 211.53º 0.97% 0.72% -
XYZ 12.28 10.77 46.23 -
YUV 75.49 188.67 78.44 -
System Red Green Blue C M Y K H S L
Decimal 6 90 183 0.97 0.51 0 0.28 211.53 0.94 0.37
Hex 6 5A B7 61 33 0 1C D4 5E 25
Octal 6 132 267 141 63 0 34 324 136 45
Binary 110 1011010 10110111 1100001 110011 0 11100 11010100 1011110 100101

Color Harmonies of #065AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065AB7

Black with #065AB7

Text Example


Text Example

White with #065AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,183); }

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

background-color css

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

 a { background-color: rgb(6,90,183); }

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

border-color css

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

 span { border-color: rgb(6,90,183); }

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