Html Css Color HEX #0381CB Navy Blue

📋 copy color: '#0381CB'

red 3 ◦ green 129 ◦ blue 203

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

Shades of Navy Blue #0381CB

Tints of Navy Blue #0381CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 0.9%
G = 38.51%
B = 60.6%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0381CB (or 0x0381CB) is known color: Navy Blue. HEX triplet: 03, 81 and CB. RGB value is (3,129,203). Sum of RGB (Red+Green+Blue) = 3+129+203=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #0381CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0381CB is #FC7E34. Grayscale: #636363. Windows color (decimal): -16547381 or 13336835. OLE color: 13336835.

HSL color Cylindrical-coordinate representation of color #0381CB: hue angle of 202.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0381CB is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 129 203 -
CMYK 0.99 0.36 0 0.20
HSL 202.2º 0.97% 0.4% -
HSV(B) 202.2º 0.99% 0.8% -
XYZ 18.67 20.03 59.38 -
YUV 99.76 186.26 58.98 -
System Red Green Blue C M Y K H S L
Decimal 3 129 203 0.99 0.36 0 0.20 202.2 0.97 0.4
Hex 3 81 CB 63 24 0 14 CA 61 28
Octal 3 201 313 143 44 0 24 312 141 50
Binary 11 10000001 11001011 1100011 100100 0 10100 11001010 1100001 101000

Color Harmonies of #0381CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0381CB

Black with #0381CB

Text Example


Text Example

White with #0381CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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