Html Css Color HEX #030B8D Dark Blue

📋 copy color: '#030B8D'

red 3 ◦ green 11 ◦ blue 141

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

Shades of Dark Blue #030B8D

Tints of Dark Blue #030B8D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.1%

 BLUE value IS 141 (55.47% from 255) = 90.97%

R = 1.94%
G = 7.1%
B = 90.97%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#030B8D (or 0x030B8D) is known color: Dark Blue. HEX triplet: 03, 0B and 8D. RGB value is (3,11,141). Sum of RGB (Red+Green+Blue) = 3+11+141=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 141 (55.47% from 255 or 90.97% from 155); Max value from RGB is 141 - color contains mainly: blue. Hex color #030B8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030B8D is #FCF472. Grayscale: #161616. Windows color (decimal): -16577651 or 9243395. OLE color: 9243395.

HSL color Cylindrical-coordinate representation of color #030B8D: hue angle of 236.52º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030B8D is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 11 141 -
CMYK 0.98 0.92 0 0.45
HSL 236.52º 0.96% 0.28% -
HSV(B) 236.52º 0.98% 0.55% -
XYZ 4.96 2.18 25.36 -
YUV 23.43 194.35 113.43 -
System Red Green Blue C M Y K H S L
Decimal 3 11 141 0.98 0.92 0 0.45 236.52 0.96 0.28
Hex 3 B 8D 62 5C 0 2D ED 60 1C
Octal 3 13 215 142 134 0 55 355 140 34
Binary 11 1011 10001101 1100010 1011100 0 101101 11101101 1100000 11100

Color Harmonies of #030B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B8D

Black with #030B8D

Text Example


Text Example

White with #030B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030B8D; }

 p { color: rgb(3,11,141); }

 H1.HeaderClassName
 {
   color: #030B8D;
 }
 .AnyTagClassName
 {
   color: #030B8D;
 }
</style>

background-color css

<style>
 a { background-color: #030B8D; }

 a { background-color: rgb(3,11,141); }

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

border-color css

<style>
 span { border-color: #030B8D; }

 span { border-color: rgb(3,11,141); }

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