Html Css Color HEX #00125C Sapphire

📋 copy color: '#00125C'

red 0 ◦ green 18 ◦ blue 92

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

Shades of Sapphire #00125C

Tints of Sapphire #00125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

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

R = 0%
G = 16.36%
B = 83.64%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#00125C (or 0x00125C) is known color: Sapphire. HEX triplet: 00, 12 and 5C. RGB value is (0,18,92). Sum of RGB (Red+Green+Blue) = 0+18+92=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 92 (36.33% from 255 or 83.64% from 110); Max value from RGB is 92 - color contains mainly: blue. Hex color #00125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00125C is #FFEDA3. Grayscale: #141414. Windows color (decimal): -16772516 or 6033920. OLE color: 6033920.

HSL color Cylindrical-coordinate representation of color #00125C: hue angle of 228.26º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00125C is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 18 92 -
CMYK 1 0.80 0 0.64
HSL 228.26º 1% 0.18% -
HSV(B) 228.26º 1% 0.36% -
XYZ 2.15 1.21 10.24 -
YUV 21.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 0 18 92 1 0.80 0 0.64 228.26 1 0.18
Hex 0 12 5C 64 50 0 40 E4 64 12
Octal 0 22 134 144 120 0 100 344 144 22
Binary 0 10010 1011100 1100100 1010000 0 1000000 11100100 1100100 10010

Color Harmonies of #00125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00125C

Black with #00125C

Text Example


Text Example

White with #00125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00125C; }

 p { color: rgb(0,18,92); }

 H1.HeaderClassName
 {
   color: #00125C;
 }
 .AnyTagClassName
 {
   color: #00125C;
 }
</style>

background-color css

<style>
 a { background-color: #00125C; }

 a { background-color: rgb(0,18,92); }

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

border-color css

<style>
 span { border-color: #00125C; }

 span { border-color: rgb(0,18,92); }

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