Html Css Color HEX #0F1899 Ultramarine

📋 copy color: '#0F1899'

red 15 ◦ green 24 ◦ blue 153

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

Shades of Ultramarine #0F1899

Tints of Ultramarine #0F1899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 153 (60.16% from 255) = 79.69%

R = 7.81%
G = 12.5%
B = 79.69%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F1899 (or 0x0F1899) is known color: Ultramarine. HEX triplet: 0F, 18 and 99. RGB value is (15,24,153). Sum of RGB (Red+Green+Blue) = 15+24+153=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F1899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1899 is #F0E766. Grayscale: #232323. Windows color (decimal): -15787879 or 10033167. OLE color: 10033167.

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

Color convert

RGB 15 24 153 -
CMYK 0.90 0.84 0 0.4
HSL 236.09º 0.82% 0.33% -
HSV(B) 236.09º 0.9% 0.6% -
XYZ 6.27 3.05 30.4 -
YUV 36.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 15 24 153 0.90 0.84 0 0.4 236.09 0.82 0.33
Hex F 18 99 5A 54 0 28 EC 52 21
Octal 17 30 231 132 124 0 50 354 122 41
Binary 1111 11000 10011001 1011010 1010100 0 101000 11101100 1010010 100001

Color Harmonies of #0F1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1899

Black with #0F1899

Text Example


Text Example

White with #0F1899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,24,153); }

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

background-color css

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

 a { background-color: rgb(15,24,153); }

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

border-color css

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

 span { border-color: rgb(15,24,153); }

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