Html Css Color HEX #08189C Ultramarine

📋 copy color: '#08189C'

red 8 ◦ green 24 ◦ blue 156

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

Shades of Ultramarine #08189C

Tints of Ultramarine #08189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 82.98%

R = 4.26%
G = 12.77%
B = 82.98%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08189C (or 0x08189C) is known color: Ultramarine. HEX triplet: 08, 18 and 9C. RGB value is (8,24,156). Sum of RGB (Red+Green+Blue) = 8+24+156=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #08189C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08189C is #F7E763. Grayscale: #212121. Windows color (decimal): -16246628 or 10229768. OLE color: 10229768.

HSL color Cylindrical-coordinate representation of color #08189C: hue angle of 233.51º 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 #08189C is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 24 156 -
CMYK 0.95 0.85 0 0.39
HSL 233.51º 0.9% 0.32% -
HSV(B) 233.51º 0.95% 0.61% -
XYZ 6.43 3.11 31.71 -
YUV 34.26 196.7 109.27 -
System Red Green Blue C M Y K H S L
Decimal 8 24 156 0.95 0.85 0 0.39 233.51 0.9 0.32
Hex 8 18 9C 5F 55 0 27 EA 5A 20
Octal 10 30 234 137 125 0 47 352 132 40
Binary 1000 11000 10011100 1011111 1010101 0 100111 11101010 1011010 100000

Color Harmonies of #08189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08189C

Black with #08189C

Text Example


Text Example

White with #08189C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08189C; }

 p { color: rgb(8,24,156); }

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

background-color css

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

 a { background-color: rgb(8,24,156); }

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

border-color css

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

 span { border-color: rgb(8,24,156); }

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