Html Css Color HEX #0381CA Navy Blue

📋 copy color: '#0381CA'

red 3 ◦ green 129 ◦ blue 202

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

Shades of Navy Blue #0381CA

Tints of Navy Blue #0381CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

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

R = 0.9%
G = 38.62%
B = 60.48%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0381CA (or 0x0381CA) is known color: Navy Blue. HEX triplet: 03, 81 and CA. RGB value is (3,129,202). Sum of RGB (Red+Green+Blue) = 3+129+202=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #0381CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0381CA is #FC7E35. Grayscale: #636363. Windows color (decimal): -16547382 or 13271299. OLE color: 13271299.

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

Color convert

RGB 3 129 202 -
CMYK 0.99 0.36 0 0.21
HSL 202.01º 0.97% 0.4% -
HSV(B) 202.01º 0.99% 0.79% -
XYZ 18.55 19.98 58.76 -
YUV 99.65 185.76 59.06 -
System Red Green Blue C M Y K H S L
Decimal 3 129 202 0.99 0.36 0 0.21 202.01 0.97 0.4
Hex 3 81 CA 63 24 0 15 CA 61 28
Octal 3 201 312 143 44 0 25 312 141 50
Binary 11 10000001 11001010 1100011 100100 0 10101 11001010 1100001 101000

Color Harmonies of #0381CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381CA

Black with #0381CA

Text Example


Text Example

White with #0381CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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