Html Css Color HEX #03188D Ultramarine

📋 copy color: '#03188D'

red 3 ◦ green 24 ◦ blue 141

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

Shades of Ultramarine #03188D

Tints of Ultramarine #03188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

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

R = 1.79%
G = 14.29%
B = 83.93%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03188D (or 0x03188D) is known color: Ultramarine. HEX triplet: 03, 18 and 8D. RGB value is (3,24,141). Sum of RGB (Red+Green+Blue) = 3+24+141=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 141 (55.47% from 255 or 83.93% from 168); Max value from RGB is 141 - color contains mainly: blue. Hex color #03188D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #03188D is #FCE772. Grayscale: #1E1E1E. Windows color (decimal): -16574323 or 9246723. OLE color: 9246723.

HSL color Cylindrical-coordinate representation of color #03188D: hue angle of 230.87º 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 #03188D is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 24 141 -
CMYK 0.98 0.83 0 0.45
HSL 230.87º 0.96% 0.28% -
HSV(B) 230.87º 0.98% 0.55% -
XYZ 5.17 2.6 25.43 -
YUV 31.06 190.04 107.99 -
System Red Green Blue C M Y K H S L
Decimal 3 24 141 0.98 0.83 0 0.45 230.87 0.96 0.28
Hex 3 18 8D 62 53 0 2D E7 60 1C
Octal 3 30 215 142 123 0 55 347 140 34
Binary 11 11000 10001101 1100010 1010011 0 101101 11100111 1100000 11100

Color Harmonies of #03188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03188D

Black with #03188D

Text Example


Text Example

White with #03188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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