Html Css Color HEX #08138A Ultramarine

📋 copy color: '#08138A'

red 8 ◦ green 19 ◦ blue 138

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

Shades of Ultramarine #08138A

Tints of Ultramarine #08138A

RGB

 RED value IS 8 (3.52% from 255) = 4.85%

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 138 (54.3% from 255) = 83.64%

R = 4.85%
G = 11.52%
B = 83.64%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08138A (or 0x08138A) is known color: Ultramarine. HEX triplet: 08, 13 and 8A. RGB value is (8,19,138). Sum of RGB (Red+Green+Blue) = 8+19+138=165 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.85% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 138 (54.30% from 255 or 83.64% from 165); Max value from RGB is 138 - color contains mainly: blue. Hex color #08138A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08138A is #F7EC75. Grayscale: #1C1C1C. Windows color (decimal): -16247926 or 9048840. OLE color: 9048840.

HSL color Cylindrical-coordinate representation of color #08138A: hue angle of 234.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08138A is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 19 138 -
CMYK 0.94 0.86 0 0.46
HSL 234.92º 0.89% 0.29% -
HSV(B) 234.92º 0.94% 0.54% -
XYZ 4.92 2.35 24.24 -
YUV 29.28 189.36 112.82 -
System Red Green Blue C M Y K H S L
Decimal 8 19 138 0.94 0.86 0 0.46 234.92 0.89 0.29
Hex 8 13 8A 5E 56 0 2E EB 59 1D
Octal 10 23 212 136 126 0 56 353 131 35
Binary 1000 10011 10001010 1011110 1010110 0 101110 11101011 1011001 11101

Color Harmonies of #08138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08138A

Black with #08138A

Text Example


Text Example

White with #08138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08138A; }

 p { color: rgb(8,19,138); }

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

background-color css

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

 a { background-color: rgb(8,19,138); }

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

border-color css

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

 span { border-color: rgb(8,19,138); }

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