Html Css Color HEX #0C1682 Ultramarine

📋 copy color: '#0C1682'

red 12 ◦ green 22 ◦ blue 130

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

Shades of Ultramarine #0C1682

Tints of Ultramarine #0C1682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.41%

 BLUE value IS 130 (51.17% from 255) = 79.27%

R = 7.32%
G = 13.41%
B = 79.27%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0C1682 (or 0x0C1682) is known color: Ultramarine. HEX triplet: 0C, 16 and 82. RGB value is (12,22,130). Sum of RGB (Red+Green+Blue) = 12+22+130=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 130 (51.17% from 255 or 79.27% from 164); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C1682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1682 is #F3E97D. Grayscale: #1E1E1E. Windows color (decimal): -15985022 or 8525324. OLE color: 8525324.

HSL color Cylindrical-coordinate representation of color #0C1682: hue angle of 234.92º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1682 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 12 22 130 -
CMYK 0.91 0.83 0 0.49
HSL 234.92º 0.83% 0.28% -
HSV(B) 234.92º 0.91% 0.51% -
XYZ 4.47 2.26 21.32 -
YUV 31.32 183.69 114.22 -
System Red Green Blue C M Y K H S L
Decimal 12 22 130 0.91 0.83 0 0.49 234.92 0.83 0.28
Hex C 16 82 5B 53 0 31 EB 53 1C
Octal 14 26 202 133 123 0 61 353 123 34
Binary 1100 10110 10000010 1011011 1010011 0 110001 11101011 1010011 11100

Color Harmonies of #0C1682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1682

Black with #0C1682

Text Example


Text Example

White with #0C1682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,22,130); }

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

background-color css

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

 a { background-color: rgb(12,22,130); }

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

border-color css

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

 span { border-color: rgb(12,22,130); }

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