Html Css Color HEX #0C0F8B Ultramarine

📋 copy color: '#0C0F8B'

red 12 ◦ green 15 ◦ blue 139

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

Shades of Ultramarine #0C0F8B

Tints of Ultramarine #0C0F8B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.04%

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

R = 7.23%
G = 9.04%
B = 83.73%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C0F8B (or 0x0C0F8B) is known color: Ultramarine. HEX triplet: 0C, 0F and 8B. RGB value is (12,15,139). Sum of RGB (Red+Green+Blue) = 12+15+139=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C0F8B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0F8B is #F3F074. Grayscale: #1B1B1B. Windows color (decimal): -15986805 or 9113356. OLE color: 9113356.

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

Color convert

RGB 12 15 139 -
CMYK 0.91 0.89 0 0.45
HSL 238.58º 0.84% 0.3% -
HSV(B) 238.58º 0.91% 0.55% -
XYZ 4.98 2.28 24.6 -
YUV 28.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 12 15 139 0.91 0.89 0 0.45 238.58 0.84 0.3
Hex C F 8B 5B 59 0 2D EF 54 1E
Octal 14 17 213 133 131 0 55 357 124 36
Binary 1100 1111 10001011 1011011 1011001 0 101101 11101111 1010100 11110

Color Harmonies of #0C0F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F8B

Black with #0C0F8B

Text Example


Text Example

White with #0C0F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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