Html Css Color HEX #0F149B Ultramarine

📋 copy color: '#0F149B'

red 15 ◦ green 20 ◦ blue 155

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

Shades of Ultramarine #0F149B

Tints of Ultramarine #0F149B

RGB

 RED value IS 15 (6.25% from 255) = 7.89%

 GREEN value IS 20 (8.2% from 255) = 10.53%

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

R = 7.89%
G = 10.53%
B = 81.58%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F149B (or 0x0F149B) is known color: Ultramarine. HEX triplet: 0F, 14 and 9B. RGB value is (15,20,155). Sum of RGB (Red+Green+Blue) = 15+20+155=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 20 (8.20% from 255 or 10.53% 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 #0F149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F149B is #F0EB64. Grayscale: #212121. Windows color (decimal): -15788901 or 10163215. OLE color: 10163215.

HSL color Cylindrical-coordinate representation of color #0F149B: hue angle of 237.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F149B is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 20 155 -
CMYK 0.90 0.87 0 0.39
HSL 237.86º 0.82% 0.33% -
HSV(B) 237.86º 0.9% 0.61% -
XYZ 6.36 2.97 31.25 -
YUV 33.9 196.34 114.52 -
System Red Green Blue C M Y K H S L
Decimal 15 20 155 0.90 0.87 0 0.39 237.86 0.82 0.33
Hex F 14 9B 5A 57 0 27 EE 52 21
Octal 17 24 233 132 127 0 47 356 122 41
Binary 1111 10100 10011011 1011010 1010111 0 100111 11101110 1010010 100001

Color Harmonies of #0F149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F149B

Black with #0F149B

Text Example


Text Example

White with #0F149B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,20,155); }

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

background-color css

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

 a { background-color: rgb(15,20,155); }

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

border-color css

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

 span { border-color: rgb(15,20,155); }

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