Html Css Color HEX #10234E Sapphire

📋 copy color: '#10234E'

red 16 ◦ green 35 ◦ blue 78

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

Shades of Sapphire #10234E

Tints of Sapphire #10234E

RGB

 RED value IS 16 (6.64% from 255) = 12.4%

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

 BLUE value IS 78 (30.86% from 255) = 60.47%

R = 12.4%
G = 27.13%
B = 60.47%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10234E (or 0x10234E) is known color: Sapphire. HEX triplet: 10, 23 and 4E. RGB value is (16,35,78). Sum of RGB (Red+Green+Blue) = 16+35+78=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #10234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10234E is #EFDCB1. Grayscale: #222222. Windows color (decimal): -15719602 or 5120784. OLE color: 5120784.

HSL color Cylindrical-coordinate representation of color #10234E: hue angle of 221.61º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10234E is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 35 78 -
CMYK 0.79 0.55 0 0.69
HSL 221.61º 0.66% 0.18% -
HSV(B) 221.61º 0.79% 0.31% -
XYZ 2.19 1.86 7.45 -
YUV 34.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 16 35 78 0.79 0.55 0 0.69 221.61 0.66 0.18
Hex 10 23 4E 4F 37 0 45 DE 42 12
Octal 20 43 116 117 67 0 105 336 102 22
Binary 10000 100011 1001110 1001111 110111 0 1000101 11011110 1000010 10010

Color Harmonies of #10234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10234E

Black with #10234E

Text Example


Text Example

White with #10234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10234E; }

 p { color: rgb(16,35,78); }

 H1.HeaderClassName
 {
   color: #10234E;
 }
 .AnyTagClassName
 {
   color: #10234E;
 }
</style>

background-color css

<style>
 a { background-color: #10234E; }

 a { background-color: rgb(16,35,78); }

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

border-color css

<style>
 span { border-color: #10234E; }

 span { border-color: rgb(16,35,78); }

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