Html Css Color HEX #0C179B Ultramarine

📋 copy color: '#0C179B'

red 12 ◦ green 23 ◦ blue 155

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

Shades of Ultramarine #0C179B

Tints of Ultramarine #0C179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.11%

 BLUE value IS 155 (60.94% from 255) = 81.58%

R = 6.32%
G = 12.11%
B = 81.58%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0C179B (or 0x0C179B) is known color: Ultramarine. HEX triplet: 0C, 17 and 9B. RGB value is (12,23,155). Sum of RGB (Red+Green+Blue) = 12+23+155=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 155 (60.94% from 255 or 81.58% from 190); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C179B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C179B is #F3E864. Grayscale: #222222. Windows color (decimal): -15984741 or 10163980. OLE color: 10163980.

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

Color convert

RGB 12 23 155 -
CMYK 0.92 0.85 0 0.39
HSL 235.38º 0.86% 0.33% -
HSV(B) 235.38º 0.92% 0.61% -
XYZ 6.37 3.06 31.26 -
YUV 34.76 195.86 111.77 -
System Red Green Blue C M Y K H S L
Decimal 12 23 155 0.92 0.85 0 0.39 235.38 0.86 0.33
Hex C 17 9B 5C 55 0 27 EB 56 21
Octal 14 27 233 134 125 0 47 353 126 41
Binary 1100 10111 10011011 1011100 1010101 0 100111 11101011 1010110 100001

Color Harmonies of #0C179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C179B

Black with #0C179B

Text Example


Text Example

White with #0C179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,23,155); }

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

background-color css

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

 a { background-color: rgb(12,23,155); }

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

border-color css

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

 span { border-color: rgb(12,23,155); }

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