Html Css Color HEX #0C178B Ultramarine

📋 copy color: '#0C178B'

red 12 ◦ green 23 ◦ blue 139

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

Shades of Ultramarine #0C178B

Tints of Ultramarine #0C178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 79.89%

R = 6.9%
G = 13.22%
B = 79.89%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C178B (or 0x0C178B) is known color: Ultramarine. HEX triplet: 0C, 17 and 8B. RGB value is (12,23,139). Sum of RGB (Red+Green+Blue) = 12+23+139=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C178B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C178B is #F3E874. Grayscale: #202020. Windows color (decimal): -15984757 or 9115404. OLE color: 9115404.

HSL color Cylindrical-coordinate representation of color #0C178B: hue angle of 234.8º 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 #0C178B is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 23 139 -
CMYK 0.91 0.83 0 0.45
HSL 234.8º 0.84% 0.3% -
HSV(B) 234.8º 0.91% 0.55% -
XYZ 5.12 2.56 24.65 -
YUV 32.94 187.86 113.07 -
System Red Green Blue C M Y K H S L
Decimal 12 23 139 0.91 0.83 0 0.45 234.8 0.84 0.3
Hex C 17 8B 5B 53 0 2D EB 54 1E
Octal 14 27 213 133 123 0 55 353 124 36
Binary 1100 10111 10001011 1011011 1010011 0 101101 11101011 1010100 11110

Color Harmonies of #0C178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C178B

Black with #0C178B

Text Example


Text Example

White with #0C178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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