Html Css Color HEX #0F237B Sapphire

📋 copy color: '#0F237B'

red 15 ◦ green 35 ◦ blue 123

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

Shades of Sapphire #0F237B

Tints of Sapphire #0F237B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

 BLUE value IS 123 (48.44% from 255) = 71.1%

R = 8.67%
G = 20.23%
B = 71.1%

CMYK

 C value IS 0.88

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0F237B (or 0x0F237B) is known color: Sapphire. HEX triplet: 0F, 23 and 7B. RGB value is (15,35,123). Sum of RGB (Red+Green+Blue) = 15+35+123=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F237B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F237B is #F0DC84. Grayscale: #262626. Windows color (decimal): -15785093 or 8069903. OLE color: 8069903.

HSL color Cylindrical-coordinate representation of color #0F237B: hue angle of 228.89º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F237B is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 35 123 -
CMYK 0.88 0.72 0 0.52
HSL 228.89º 0.78% 0.27% -
HSV(B) 228.89º 0.88% 0.48% -
XYZ 4.37 2.73 19.04 -
YUV 39.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 15 35 123 0.88 0.72 0 0.52 228.89 0.78 0.27
Hex F 23 7B 58 48 0 34 E5 4E 1B
Octal 17 43 173 130 110 0 64 345 116 33
Binary 1111 100011 1111011 1011000 1001000 0 110100 11100101 1001110 11011

Color Harmonies of #0F237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F237B

Black with #0F237B

Text Example


Text Example

White with #0F237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,35,123); }

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

background-color css

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

 a { background-color: rgb(15,35,123); }

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

border-color css

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

 span { border-color: rgb(15,35,123); }

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