Html Css Color HEX #0C048C Ultramarine

📋 copy color: '#0C048C'

red 12 ◦ green 4 ◦ blue 140

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

Shades of Ultramarine #0C048C

Tints of Ultramarine #0C048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

 BLUE value IS 140 (55.08% from 255) = 89.74%

R = 7.69%
G = 2.56%
B = 89.74%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C048C (or 0x0C048C) is known color: Ultramarine. HEX triplet: 0C, 04 and 8C. RGB value is (12,4,140). Sum of RGB (Red+Green+Blue) = 12+4+140=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 140 (55.08% from 255 or 89.74% from 156); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C048C is #F3FB73. Grayscale: #151515. Windows color (decimal): -15989620 or 9176076. OLE color: 9176076.

HSL color Cylindrical-coordinate representation of color #0C048C: hue angle of 243.53º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C048C is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 4 140 -
CMYK 0.91 0.97 0 0.45
HSL 243.53º 0.94% 0.28% -
HSV(B) 243.53º 0.97% 0.55% -
XYZ 4.93 2.06 24.95 -
YUV 21.9 194.65 120.94 -
System Red Green Blue C M Y K H S L
Decimal 12 4 140 0.91 0.97 0 0.45 243.53 0.94 0.28
Hex C 4 8C 5B 61 0 2D F4 5E 1C
Octal 14 4 214 133 141 0 55 364 136 34
Binary 1100 100 10001100 1011011 1100001 0 101101 11110100 1011110 11100

Color Harmonies of #0C048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C048C

Black with #0C048C

Text Example


Text Example

White with #0C048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,4,140); }

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

background-color css

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

 a { background-color: rgb(12,4,140); }

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

border-color css

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

 span { border-color: rgb(12,4,140); }

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