Html Css Color HEX #0369DD Navy Blue

📋 copy color: '#0369DD'

red 3 ◦ green 105 ◦ blue 221

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

Shades of Navy Blue #0369DD

Tints of Navy Blue #0369DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

 BLUE value IS 221 (86.72% from 255) = 67.17%

R = 0.91%
G = 31.91%
B = 67.17%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0369DD (or 0x0369DD) is known color: Navy Blue. HEX triplet: 03, 69 and DD. RGB value is (3,105,221). Sum of RGB (Red+Green+Blue) = 3+105+221=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #0369DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0369DD is #FC9622. Grayscale: #575757. Windows color (decimal): -16553507 or 14510339. OLE color: 14510339.

HSL color Cylindrical-coordinate representation of color #0369DD: hue angle of 211.93º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0369DD is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 105 221 -
CMYK 0.99 0.52 0 0.13
HSL 211.93º 0.97% 0.44% -
HSV(B) 211.93º 0.99% 0.87% -
XYZ 18.14 15.34 70.41 -
YUV 87.73 203.21 67.57 -
System Red Green Blue C M Y K H S L
Decimal 3 105 221 0.99 0.52 0 0.13 211.93 0.97 0.44
Hex 3 69 DD 63 34 0 D D4 61 2C
Octal 3 151 335 143 64 0 15 324 141 54
Binary 11 1101001 11011101 1100011 110100 0 1101 11010100 1100001 101100

Color Harmonies of #0369DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0369DD

Black with #0369DD

Text Example


Text Example

White with #0369DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0369DD; }

 p { color: rgb(3,105,221); }

 H1.HeaderClassName
 {
   color: #0369DD;
 }
 .AnyTagClassName
 {
   color: #0369DD;
 }
</style>

background-color css

<style>
 a { background-color: #0369DD; }

 a { background-color: rgb(3,105,221); }

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

border-color css

<style>
 span { border-color: #0369DD; }

 span { border-color: rgb(3,105,221); }

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