Html Css Color HEX #0365AF Denim

📋 copy color: '#0365AF'

red 3 ◦ green 101 ◦ blue 175

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

Shades of Denim #0365AF

Tints of Denim #0365AF

RGB

 RED value IS 3 (1.56% from 255) = 1.08%

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

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

R = 1.08%
G = 36.2%
B = 62.72%

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

#0365AF (or 0x0365AF) is known color: Denim. HEX triplet: 03, 65 and AF. RGB value is (3,101,175). Sum of RGB (Red+Green+Blue) = 3+101+175=279 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #0365AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0365AF is #FC9A50. Grayscale: #4F4F4F. Windows color (decimal): -16554577 or 11494659. OLE color: 11494659.

HSL color Cylindrical-coordinate representation of color #0365AF: hue angle of 205.81º degrees, saturation: 0.97, 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 #0365AF is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 101 175 -
CMYK 0.98 0.42 0 0.31
HSL 205.81º 0.97% 0.35% -
HSV(B) 205.81º 0.98% 0.69% -
XYZ 12.43 12.42 42.3 -
YUV 80.13 181.53 72.98 -
System Red Green Blue C M Y K H S L
Decimal 3 101 175 0.98 0.42 0 0.31 205.81 0.97 0.35
Hex 3 65 AF 62 2A 0 1F CE 61 23
Octal 3 145 257 142 52 0 37 316 141 43
Binary 11 1100101 10101111 1100010 101010 0 11111 11001110 1100001 100011

Color Harmonies of #0365AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0365AF

Black with #0365AF

Text Example


Text Example

White with #0365AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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