Html Css Color HEX #0367CA Navy Blue

📋 copy color: '#0367CA'

red 3 ◦ green 103 ◦ blue 202

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

Shades of Navy Blue #0367CA

Tints of Navy Blue #0367CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.44%

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

R = 0.97%
G = 33.44%
B = 65.58%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0367CA (or 0x0367CA) is known color: Navy Blue. HEX triplet: 03, 67 and CA. RGB value is (3,103,202). Sum of RGB (Red+Green+Blue) = 3+103+202=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #0367CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367CA is #FC9835. Grayscale: #535353. Windows color (decimal): -16554038 or 13264643. OLE color: 13264643.

HSL color Cylindrical-coordinate representation of color #0367CA: hue angle of 209.85º 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 #0367CA is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 103 202 -
CMYK 0.99 0.49 0 0.21
HSL 209.85º 0.97% 0.4% -
HSV(B) 209.85º 0.99% 0.79% -
XYZ 15.55 13.98 57.76 -
YUV 84.39 194.37 69.95 -
System Red Green Blue C M Y K H S L
Decimal 3 103 202 0.99 0.49 0 0.21 209.85 0.97 0.4
Hex 3 67 CA 63 31 0 15 D2 61 28
Octal 3 147 312 143 61 0 25 322 141 50
Binary 11 1100111 11001010 1100011 110001 0 10101 11010010 1100001 101000

Color Harmonies of #0367CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367CA

Black with #0367CA

Text Example


Text Example

White with #0367CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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