Html Css Color HEX #0A234B Sapphire

📋 copy color: '#0A234B'

red 10 ◦ green 35 ◦ blue 75

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

Shades of Sapphire #0A234B

Tints of Sapphire #0A234B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 62.5%

R = 8.33%
G = 29.17%
B = 62.5%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A234B (or 0x0A234B) is known color: Sapphire. HEX triplet: 0A, 23 and 4B. RGB value is (10,35,75). Sum of RGB (Red+Green+Blue) = 10+35+75=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A234B is #F5DCB4. Grayscale: #1F1F1F. Windows color (decimal): -16112821 or 4924170. OLE color: 4924170.

HSL color Cylindrical-coordinate representation of color #0A234B: hue angle of 216.92º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A234B is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 35 75 -
CMYK 0.87 0.53 0 0.71
HSL 216.92º 0.76% 0.17% -
HSV(B) 216.92º 0.87% 0.29% -
XYZ 2 1.77 6.89 -
YUV 32.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 10 35 75 0.87 0.53 0 0.71 216.92 0.76 0.17
Hex A 23 4B 57 35 0 47 D9 4C 11
Octal 12 43 113 127 65 0 107 331 114 21
Binary 1010 100011 1001011 1010111 110101 0 1000111 11011001 1001100 10001

Color Harmonies of #0A234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A234B

Black with #0A234B

Text Example


Text Example

White with #0A234B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,35,75); }

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

background-color css

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

 a { background-color: rgb(10,35,75); }

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

border-color css

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

 span { border-color: rgb(10,35,75); }

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