Html Css Color HEX #0A135C Sapphire

📋 copy color: '#0A135C'

red 10 ◦ green 19 ◦ blue 92

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

Shades of Sapphire #0A135C

Tints of Sapphire #0A135C

RGB

 RED value IS 10 (4.3% from 255) = 8.26%

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 92 (36.33% from 255) = 76.03%

R = 8.26%
G = 15.7%
B = 76.03%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0A135C (or 0x0A135C) is known color: Sapphire. HEX triplet: 0A, 13 and 5C. RGB value is (10,19,92). Sum of RGB (Red+Green+Blue) = 10+19+92=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A135C is #F5ECA3. Grayscale: #181818. Windows color (decimal): -16116900 or 6034186. OLE color: 6034186.

HSL color Cylindrical-coordinate representation of color #0A135C: hue angle of 233.41º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A135C is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 19 92 -
CMYK 0.89 0.79 0 0.64
HSL 233.41º 0.8% 0.2% -
HSV(B) 233.41º 0.89% 0.36% -
XYZ 2.29 1.3 10.26 -
YUV 24.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 10 19 92 0.89 0.79 0 0.64 233.41 0.8 0.2
Hex A 13 5C 59 4F 0 40 E9 50 14
Octal 12 23 134 131 117 0 100 351 120 24
Binary 1010 10011 1011100 1011001 1001111 0 1000000 11101001 1010000 10100

Color Harmonies of #0A135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A135C

Black with #0A135C

Text Example


Text Example

White with #0A135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,19,92); }

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

background-color css

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

 a { background-color: rgb(10,19,92); }

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

border-color css

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

 span { border-color: rgb(10,19,92); }

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