Html Css Color HEX #04168B Ultramarine

📋 copy color: '#04168B'

red 4 ◦ green 22 ◦ blue 139

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

Shades of Ultramarine #04168B

Tints of Ultramarine #04168B

RGB

 RED value IS 4 (1.95% from 255) = 2.42%

 GREEN value IS 22 (8.98% from 255) = 13.33%

 BLUE value IS 139 (54.69% from 255) = 84.24%

R = 2.42%
G = 13.33%
B = 84.24%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04168B (or 0x04168B) is known color: Ultramarine. HEX triplet: 04, 16 and 8B. RGB value is (4,22,139). Sum of RGB (Red+Green+Blue) = 4+22+139=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 139 (54.69% from 255 or 84.24% from 165); Max value from RGB is 139 - color contains mainly: blue. Hex color #04168B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04168B is #FBE974. Grayscale: #1D1D1D. Windows color (decimal): -16509301 or 9115140. OLE color: 9115140.

HSL color Cylindrical-coordinate representation of color #04168B: hue angle of 232º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04168B is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 22 139 -
CMYK 0.97 0.84 0 0.45
HSL 232º 0.94% 0.28% -
HSV(B) 232º 0.97% 0.55% -
XYZ 5 2.46 24.64 -
YUV 29.96 189.54 109.49 -
System Red Green Blue C M Y K H S L
Decimal 4 22 139 0.97 0.84 0 0.45 232 0.94 0.28
Hex 4 16 8B 61 54 0 2D E8 5E 1C
Octal 4 26 213 141 124 0 55 350 136 34
Binary 100 10110 10001011 1100001 1010100 0 101101 11101000 1011110 11100

Color Harmonies of #04168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04168B

Black with #04168B

Text Example


Text Example

White with #04168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04168B; }

 p { color: rgb(4,22,139); }

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

background-color css

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

 a { background-color: rgb(4,22,139); }

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

border-color css

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

 span { border-color: rgb(4,22,139); }

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