#00235A

Color #00235A Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #00235A

Tints of Sapphire #00235A

Color information

#00235A (or 0x00235A) is unknown color: approx Sapphire. HEX triplet: 00, 23 and 5A. RGB value is (0,35,90). Sum of RGB (Red+Green+Blue) = 0+35+90=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 90 (35.55% from 255 or 72% from 125); Max value from RGB is 90 - color contains mainly: blue. Hex color #00235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00235A is #FFDCA5. Grayscale: #1E1E1E. Windows color (decimal): -16768166 or 5907200. OLE color: 5907200.

HSL color Cylindrical-coordinate representation of color #00235A: hue angle of 216.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00235A is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB03590-
CMYK10.6100.65
HSL216.67º100%17.65%-
HSV(B)216.67º100%35.29%-
XYZ2.451.949.92-
YUV30.8161.4106.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 90 (35.55% from 255) = 72%
R=0%
G=28%
B=72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0359010.6100.65216.6710017.65
Hex0235A643D041d96412
Octal04313214475010133114422
Binary0100011101101011001001111010100000111011001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00235A; }

 p { color: rgb(0,35,90); }

 H1.HeaderClassName
 {
   color: #00235A;
 }
 .AnyTagClassName
 {
   color: #00235A;
 }
</style>
background-color css

<style>
 a { background-color: #00235A; }

 a { background-color: rgb(0,35,90); }

 div.DivClassName
 {
   background-color: #00235A;
 }
 .BgClassName
 {
   background-color: #00235A;
 }
</style>
border-color css

<style>
 span { border-color: #00235A; }

 span { border-color: rgb(0,35,90); }

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