Html Css Color HEX #0C198A Ultramarine

📋 copy color: '#0C198A'

red 12 ◦ green 25 ◦ blue 138

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

Shades of Ultramarine #0C198A

Tints of Ultramarine #0C198A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

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

R = 6.86%
G = 14.29%
B = 78.86%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C198A (or 0x0C198A) is known color: Ultramarine. HEX triplet: 0C, 19 and 8A. RGB value is (12,25,138). Sum of RGB (Red+Green+Blue) = 12+25+138=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C198A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C198A is #F3E675. Grayscale: #212121. Windows color (decimal): -15984246 or 9050380. OLE color: 9050380.

HSL color Cylindrical-coordinate representation of color #0C198A: hue angle of 233.81º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C198A is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 25 138 -
CMYK 0.91 0.82 0 0.46
HSL 233.81º 0.84% 0.29% -
HSV(B) 233.81º 0.91% 0.54% -
XYZ 5.09 2.61 24.28 -
YUV 34 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 12 25 138 0.91 0.82 0 0.46 233.81 0.84 0.29
Hex C 19 8A 5B 52 0 2E EA 54 1D
Octal 14 31 212 133 122 0 56 352 124 35
Binary 1100 11001 10001010 1011011 1010010 0 101110 11101010 1010100 11101

Color Harmonies of #0C198A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C198A

Black with #0C198A

Text Example


Text Example

White with #0C198A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,25,138); }

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

background-color css

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

 a { background-color: rgb(12,25,138); }

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

border-color css

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

 span { border-color: rgb(12,25,138); }

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