Html Css Color HEX #0C208D Ultramarine

📋 copy color: '#0C208D'

red 12 ◦ green 32 ◦ blue 141

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

Shades of Ultramarine #0C208D

Tints of Ultramarine #0C208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

 BLUE value IS 141 (55.47% from 255) = 76.22%

R = 6.49%
G = 17.3%
B = 76.22%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C208D (or 0x0C208D) is known color: Ultramarine. HEX triplet: 0C, 20 and 8D. RGB value is (12,32,141). Sum of RGB (Red+Green+Blue) = 12+32+141=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 141 (55.47% from 255 or 76.22% from 185); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C208D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C208D is #F3DF72. Grayscale: #252525. Windows color (decimal): -15982451 or 9248780. OLE color: 9248780.

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

Color convert

RGB 12 32 141 -
CMYK 0.91 0.77 0 0.45
HSL 230.7º 0.84% 0.3% -
HSV(B) 230.7º 0.91% 0.55% -
XYZ 5.48 3.03 25.5 -
YUV 38.45 185.87 109.14 -
System Red Green Blue C M Y K H S L
Decimal 12 32 141 0.91 0.77 0 0.45 230.7 0.84 0.3
Hex C 20 8D 5B 4D 0 2D E7 54 1E
Octal 14 40 215 133 115 0 55 347 124 36
Binary 1100 100000 10001101 1011011 1001101 0 101101 11100111 1010100 11110

Color Harmonies of #0C208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C208D

Black with #0C208D

Text Example


Text Example

White with #0C208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,32,141); }

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

background-color css

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

 a { background-color: rgb(12,32,141); }

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

border-color css

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

 span { border-color: rgb(12,32,141); }

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