Html Css Color HEX #00105A Sapphire

📋 copy color: '#00105A'

red 0 ◦ green 16 ◦ blue 90

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

Shades of Sapphire #00105A

Tints of Sapphire #00105A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 15.09%

 BLUE value IS 90 (35.55% from 255) = 84.91%

R = 0%
G = 15.09%
B = 84.91%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00105A (or 0x00105A) is known color: Sapphire. HEX triplet: 00, 10 and 5A. RGB value is (0,16,90). Sum of RGB (Red+Green+Blue) = 0+16+90=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #00105A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00105A is #FFEFA5. Grayscale: #131313. Windows color (decimal): -16773030 or 5902336. OLE color: 5902336.

HSL color Cylindrical-coordinate representation of color #00105A: hue angle of 229.33º 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 #00105A is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 16 90 -
CMYK 1 0.82 0 0.65
HSL 229.33º 1% 0.18% -
HSV(B) 229.33º 1% 0.35% -
XYZ 2.03 1.11 9.78 -
YUV 19.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 0 16 90 1 0.82 0 0.65 229.33 1 0.18
Hex 0 10 5A 64 52 0 41 E5 64 12
Octal 0 20 132 144 122 0 101 345 144 22
Binary 0 10000 1011010 1100100 1010010 0 1000001 11100101 1100100 10010

Color Harmonies of #00105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00105A

Black with #00105A

Text Example


Text Example

White with #00105A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00105A;
 }
 .AnyTagClassName
 {
   color: #00105A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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