Html Css Color HEX #0F1897 Ultramarine

📋 copy color: '#0F1897'

red 15 ◦ green 24 ◦ blue 151

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

Shades of Ultramarine #0F1897

Tints of Ultramarine #0F1897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 79.47%

R = 7.89%
G = 12.63%
B = 79.47%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F1897 (or 0x0F1897) is known color: Ultramarine. HEX triplet: 0F, 18 and 97. RGB value is (15,24,151). Sum of RGB (Red+Green+Blue) = 15+24+151=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 151 (59.38% from 255 or 79.47% from 190); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F1897 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F1897 is #F0E768. Grayscale: #232323. Windows color (decimal): -15787881 or 9902095. OLE color: 9902095.

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

Color convert

RGB 15 24 151 -
CMYK 0.90 0.84 0 0.41
HSL 236.03º 0.82% 0.33% -
HSV(B) 236.03º 0.9% 0.59% -
XYZ 6.11 2.99 29.53 -
YUV 35.79 193.02 113.17 -
System Red Green Blue C M Y K H S L
Decimal 15 24 151 0.90 0.84 0 0.41 236.03 0.82 0.33
Hex F 18 97 5A 54 0 29 EC 52 21
Octal 17 30 227 132 124 0 51 354 122 41
Binary 1111 11000 10010111 1011010 1010100 0 101001 11101100 1010010 100001

Color Harmonies of #0F1897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1897

Black with #0F1897

Text Example


Text Example

White with #0F1897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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