Html Css Color HEX #065BBD Denim

📋 copy color: '#065BBD'

red 6 ◦ green 91 ◦ blue 189

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

Shades of Denim #065BBD

Tints of Denim #065BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.82%

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

R = 2.1%
G = 31.82%
B = 66.08%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#065BBD (or 0x065BBD) is known color: Denim. HEX triplet: 06, 5B and BD. RGB value is (6,91,189). Sum of RGB (Red+Green+Blue) = 6+91+189=286 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.10% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #065BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BBD is #F9A442. Grayscale: #4C4C4C. Windows color (decimal): -16360515 or 12409606. OLE color: 12409606.

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

Color convert

RGB 6 91 189 -
CMYK 0.97 0.52 0 0.26
HSL 212.13º 0.94% 0.38% -
HSV(B) 212.13º 0.97% 0.74% -
XYZ 13 11.2 49.62 -
YUV 76.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 6 91 189 0.97 0.52 0 0.26 212.13 0.94 0.38
Hex 6 5B BD 61 34 0 1A D4 5E 26
Octal 6 133 275 141 64 0 32 324 136 46
Binary 110 1011011 10111101 1100001 110100 0 11010 11010100 1011110 100110

Color Harmonies of #065BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BBD

Black with #065BBD

Text Example


Text Example

White with #065BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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