Html Css Color HEX #0465AF Denim

📋 copy color: '#0465AF'

red 4 ◦ green 101 ◦ blue 175

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

Shades of Denim #0465AF

Tints of Denim #0465AF

RGB

 RED value IS 4 (1.95% from 255) = 1.43%

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 175 (68.75% from 255) = 62.5%

R = 1.43%
G = 36.07%
B = 62.5%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0465AF (or 0x0465AF) is known color: Denim. HEX triplet: 04, 65 and AF. RGB value is (4,101,175). Sum of RGB (Red+Green+Blue) = 4+101+175=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #0465AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0465AF is #FB9A50. Grayscale: #505050. Windows color (decimal): -16489041 or 11494660. OLE color: 11494660.

HSL color Cylindrical-coordinate representation of color #0465AF: hue angle of 205.96º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0465AF is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 101 175 -
CMYK 0.98 0.42 0 0.31
HSL 205.96º 0.96% 0.35% -
HSV(B) 205.96º 0.98% 0.69% -
XYZ 12.44 12.43 42.3 -
YUV 80.43 181.36 73.48 -
System Red Green Blue C M Y K H S L
Decimal 4 101 175 0.98 0.42 0 0.31 205.96 0.96 0.35
Hex 4 65 AF 62 2A 0 1F CE 60 23
Octal 4 145 257 142 52 0 37 316 140 43
Binary 100 1100101 10101111 1100010 101010 0 11111 11001110 1100000 100011

Color Harmonies of #0465AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0465AF

Black with #0465AF

Text Example


Text Example

White with #0465AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0465AF; }

 p { color: rgb(4,101,175); }

 H1.HeaderClassName
 {
   color: #0465AF;
 }
 .AnyTagClassName
 {
   color: #0465AF;
 }
</style>

background-color css

<style>
 a { background-color: #0465AF; }

 a { background-color: rgb(4,101,175); }

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

border-color css

<style>
 span { border-color: #0465AF; }

 span { border-color: rgb(4,101,175); }

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