Html Css Color HEX #0C189A Ultramarine

📋 copy color: '#0C189A'

red 12 ◦ green 24 ◦ blue 154

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

Shades of Ultramarine #0C189A

Tints of Ultramarine #0C189A

RGB

 RED value IS 12 (5.08% from 255) = 6.32%

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

 BLUE value IS 154 (60.55% from 255) = 81.05%

R = 6.32%
G = 12.63%
B = 81.05%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C189A (or 0x0C189A) is known color: Ultramarine. HEX triplet: 0C, 18 and 9A. RGB value is (12,24,154). Sum of RGB (Red+Green+Blue) = 12+24+154=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C189A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C189A is #F3E765. Grayscale: #222222. Windows color (decimal): -15984486 or 10098700. OLE color: 10098700.

HSL color Cylindrical-coordinate representation of color #0C189A: hue angle of 234.93º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C189A is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 24 154 -
CMYK 0.92 0.84 0 0.40
HSL 234.93º 0.86% 0.33% -
HSV(B) 234.93º 0.92% 0.6% -
XYZ 6.31 3.06 30.83 -
YUV 35.23 195.02 111.43 -
System Red Green Blue C M Y K H S L
Decimal 12 24 154 0.92 0.84 0 0.40 234.93 0.86 0.33
Hex C 18 9A 5C 54 0 28 EB 56 21
Octal 14 30 232 134 124 0 50 353 126 41
Binary 1100 11000 10011010 1011100 1010100 0 101000 11101011 1010110 100001

Color Harmonies of #0C189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C189A

Black with #0C189A

Text Example


Text Example

White with #0C189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C189A; }

 p { color: rgb(12,24,154); }

 H1.HeaderClassName
 {
   color: #0C189A;
 }
 .AnyTagClassName
 {
   color: #0C189A;
 }
</style>

background-color css

<style>
 a { background-color: #0C189A; }

 a { background-color: rgb(12,24,154); }

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

border-color css

<style>
 span { border-color: #0C189A; }

 span { border-color: rgb(12,24,154); }

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