Html Css Color HEX #0F246E Sapphire

📋 copy color: '#0F246E'

red 15 ◦ green 36 ◦ blue 110

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

Shades of Sapphire #0F246E

Tints of Sapphire #0F246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.36%

 BLUE value IS 110 (43.36% from 255) = 68.32%

R = 9.32%
G = 22.36%
B = 68.32%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0F246E (or 0x0F246E) is known color: Sapphire. HEX triplet: 0F, 24 and 6E. RGB value is (15,36,110). Sum of RGB (Red+Green+Blue) = 15+36+110=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F246E is #F0DB91. Grayscale: #252525. Windows color (decimal): -15784850 or 7218191. OLE color: 7218191.

HSL color Cylindrical-coordinate representation of color #0F246E: hue angle of 226.74º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F246E is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 36 110 -
CMYK 0.86 0.67 0 0.57
HSL 226.74º 0.76% 0.25% -
HSV(B) 226.74º 0.86% 0.43% -
XYZ 3.64 2.49 15.04 -
YUV 38.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 15 36 110 0.86 0.67 0 0.57 226.74 0.76 0.25
Hex F 24 6E 56 43 0 39 E3 4C 19
Octal 17 44 156 126 103 0 71 343 114 31
Binary 1111 100100 1101110 1010110 1000011 0 111001 11100011 1001100 11001

Color Harmonies of #0F246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F246E

Black with #0F246E

Text Example


Text Example

White with #0F246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,36,110); }

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

background-color css

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

 a { background-color: rgb(15,36,110); }

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

border-color css

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

 span { border-color: rgb(15,36,110); }

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