Html Css Color HEX #0369E5 Navy Blue

📋 copy color: '#0369E5'

red 3 ◦ green 105 ◦ blue 229

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

Shades of Navy Blue #0369E5

Tints of Navy Blue #0369E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 67.95%

R = 0.89%
G = 31.16%
B = 67.95%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0369E5 (or 0x0369E5) is known color: Navy Blue. HEX triplet: 03, 69 and E5. RGB value is (3,105,229). Sum of RGB (Red+Green+Blue) = 3+105+229=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 229 (89.84% from 255 or 67.95% from 337); Max value from RGB is 229 - color contains mainly: blue. Hex color #0369E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0369E5 is #FC961A. Grayscale: #585858. Windows color (decimal): -16553499 or 15034627. OLE color: 15034627.

HSL color Cylindrical-coordinate representation of color #0369E5: hue angle of 212.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0369E5 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 105 229 -
CMYK 0.99 0.54 0 0.10
HSL 212.92º 0.97% 0.45% -
HSV(B) 212.92º 0.99% 0.9% -
XYZ 19.23 15.78 76.16 -
YUV 88.64 207.21 66.92 -
System Red Green Blue C M Y K H S L
Decimal 3 105 229 0.99 0.54 0 0.10 212.92 0.97 0.45
Hex 3 69 E5 63 36 0 A D5 61 2D
Octal 3 151 345 143 66 0 12 325 141 55
Binary 11 1101001 11100101 1100011 110110 0 1010 11010101 1100001 101101

Color Harmonies of #0369E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0369E5

Black with #0369E5

Text Example


Text Example

White with #0369E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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