Html Css Color HEX #0350CA Navy Blue

📋 copy color: '#0350CA'

red 3 ◦ green 80 ◦ blue 202

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

Shades of Navy Blue #0350CA

Tints of Navy Blue #0350CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 202 (79.3% from 255) = 70.88%

R = 1.05%
G = 28.07%
B = 70.88%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0350CA (or 0x0350CA) is known color: Navy Blue. HEX triplet: 03, 50 and CA. RGB value is (3,80,202). Sum of RGB (Red+Green+Blue) = 3+80+202=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 202 (79.30% from 255 or 70.88% from 285); Max value from RGB is 202 - color contains mainly: blue. Hex color #0350CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0350CA is #FCAF35. Grayscale: #464646. Windows color (decimal): -16559926 or 13258755. OLE color: 13258755.

HSL color Cylindrical-coordinate representation of color #0350CA: hue angle of 216.78º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0350CA is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 80 202 -
CMYK 0.99 0.60 0 0.21
HSL 216.78º 0.97% 0.4% -
HSV(B) 216.78º 0.99% 0.79% -
XYZ 13.57 10.02 57.1 -
YUV 70.89 201.99 79.58 -
System Red Green Blue C M Y K H S L
Decimal 3 80 202 0.99 0.60 0 0.21 216.78 0.97 0.4
Hex 3 50 CA 63 3C 0 15 D9 61 28
Octal 3 120 312 143 74 0 25 331 141 50
Binary 11 1010000 11001010 1100011 111100 0 10101 11011001 1100001 101000

Color Harmonies of #0350CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0350CA

Black with #0350CA

Text Example


Text Example

White with #0350CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0350CA; }

 p { color: rgb(3,80,202); }

 H1.HeaderClassName
 {
   color: #0350CA;
 }
 .AnyTagClassName
 {
   color: #0350CA;
 }
</style>

background-color css

<style>
 a { background-color: #0350CA; }

 a { background-color: rgb(3,80,202); }

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

border-color css

<style>
 span { border-color: #0350CA; }

 span { border-color: rgb(3,80,202); }

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