Html Css Color HEX #0F1B53 Sapphire

📋 copy color: '#0F1B53'

red 15 ◦ green 27 ◦ blue 83

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

Shades of Sapphire #0F1B53

Tints of Sapphire #0F1B53

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.6%

 BLUE value IS 83 (32.81% from 255) = 66.4%

R = 12%
G = 21.6%
B = 66.4%

CMYK

 C value IS 0.82

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0F1B53 (or 0x0F1B53) is known color: Sapphire. HEX triplet: 0F, 1B and 53. RGB value is (15,27,83). Sum of RGB (Red+Green+Blue) = 15+27+83=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #0F1B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F1B53 is #F0E4AC. Grayscale: #1D1D1D. Windows color (decimal): -15787181 or 5446415. OLE color: 5446415.

HSL color Cylindrical-coordinate representation of color #0F1B53: hue angle of 229.41º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1B53 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 15 27 83 -
CMYK 0.82 0.67 0 0.67
HSL 229.41º 0.69% 0.19% -
HSV(B) 229.41º 0.82% 0.33% -
XYZ 2.15 1.51 8.36 -
YUV 29.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 15 27 83 0.82 0.67 0 0.67 229.41 0.69 0.19
Hex F 1B 53 52 43 0 43 E5 45 13
Octal 17 33 123 122 103 0 103 345 105 23
Binary 1111 11011 1010011 1010010 1000011 0 1000011 11100101 1000101 10011

Color Harmonies of #0F1B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1B53

Black with #0F1B53

Text Example


Text Example

White with #0F1B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,27,83); }

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

background-color css

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

 a { background-color: rgb(15,27,83); }

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

border-color css

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

 span { border-color: rgb(15,27,83); }

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