Html Css Color HEX #08149B Ultramarine

📋 copy color: '#08149B'

red 8 ◦ green 20 ◦ blue 155

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

Shades of Ultramarine #08149B

Tints of Ultramarine #08149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 155 (60.94% from 255) = 84.7%

R = 4.37%
G = 10.93%
B = 84.7%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08149B (or 0x08149B) is known color: Ultramarine. HEX triplet: 08, 14 and 9B. RGB value is (8,20,155). Sum of RGB (Red+Green+Blue) = 8+20+155=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 155 (60.94% from 255 or 84.70% from 183); Max value from RGB is 155 - color contains mainly: blue. Hex color #08149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08149B is #F7EB64. Grayscale: #1F1F1F. Windows color (decimal): -16247653 or 10163208. OLE color: 10163208.

HSL color Cylindrical-coordinate representation of color #08149B: hue angle of 235.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08149B is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 20 155 -
CMYK 0.95 0.87 0 0.39
HSL 235.1º 0.9% 0.32% -
HSV(B) 235.1º 0.95% 0.61% -
XYZ 6.27 2.92 31.24 -
YUV 31.8 197.52 111.02 -
System Red Green Blue C M Y K H S L
Decimal 8 20 155 0.95 0.87 0 0.39 235.1 0.9 0.32
Hex 8 14 9B 5F 57 0 27 EB 5A 20
Octal 10 24 233 137 127 0 47 353 132 40
Binary 1000 10100 10011011 1011111 1010111 0 100111 11101011 1011010 100000

Color Harmonies of #08149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08149B

Black with #08149B

Text Example


Text Example

White with #08149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,20,155); }

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

background-color css

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

 a { background-color: rgb(8,20,155); }

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

border-color css

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

 span { border-color: rgb(8,20,155); }

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