Html Css Color HEX #030187 Dark Blue

📋 copy color: '#030187'

red 3 ◦ green 1 ◦ blue 135

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

Shades of Dark Blue #030187

Tints of Dark Blue #030187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

 BLUE value IS 135 (53.13% from 255) = 97.12%

R = 2.16%
G = 0.72%
B = 97.12%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#030187 (or 0x030187) is known color: Dark Blue. HEX triplet: 03, 01 and 87. RGB value is (3,1,135). Sum of RGB (Red+Green+Blue) = 3+1+135=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 135 (53.12% from 255 or 97.12% from 139); Max value from RGB is 135 - color contains mainly: blue. Hex color #030187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #030187 is #FCFE78. Grayscale: #101010. Windows color (decimal): -16580217 or 8847619. OLE color: 8847619.

HSL color Cylindrical-coordinate representation of color #030187: hue angle of 240.9º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030187 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 1 135 -
CMYK 0.98 0.99 0 0.47
HSL 240.9º 0.99% 0.27% -
HSV(B) 240.9º 0.99% 0.53% -
XYZ 4.42 1.79 23.03 -
YUV 16.87 194.66 118.1 -
System Red Green Blue C M Y K H S L
Decimal 3 1 135 0.98 0.99 0 0.47 240.9 0.99 0.27
Hex 3 1 87 62 63 0 2F F1 63 1B
Octal 3 1 207 142 143 0 57 361 143 33
Binary 11 1 10000111 1100010 1100011 0 101111 11110001 1100011 11011

Color Harmonies of #030187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030187

Black with #030187

Text Example


Text Example

White with #030187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030187; }

 p { color: rgb(3,1,135); }

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

background-color css

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

 a { background-color: rgb(3,1,135); }

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

border-color css

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

 span { border-color: rgb(3,1,135); }

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