Html Css Color HEX #012D7D Sapphire

📋 copy color: '#012D7D'

red 1 ◦ green 45 ◦ blue 125

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

Shades of Sapphire #012D7D

Tints of Sapphire #012D7D

RGB

 RED value IS 1 (0.78% from 255) = 0.58%

 GREEN value IS 45 (17.97% from 255) = 26.32%

 BLUE value IS 125 (49.22% from 255) = 73.1%

R = 0.58%
G = 26.32%
B = 73.1%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#012D7D (or 0x012D7D) is known color: Sapphire. HEX triplet: 01, 2D and 7D. RGB value is (1,45,125). Sum of RGB (Red+Green+Blue) = 1+45+125=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #012D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012D7D is #FED282. Grayscale: #282828. Windows color (decimal): -16700035 or 8203521. OLE color: 8203521.

HSL color Cylindrical-coordinate representation of color #012D7D: hue angle of 218.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012D7D is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 45 125 -
CMYK 0.99 0.64 0 0.51
HSL 218.71º 0.98% 0.25% -
HSV(B) 218.71º 0.99% 0.49% -
XYZ 4.65 3.36 19.81 -
YUV 40.96 175.42 99.5 -
System Red Green Blue C M Y K H S L
Decimal 1 45 125 0.99 0.64 0 0.51 218.71 0.98 0.25
Hex 1 2D 7D 63 40 0 33 DB 62 19
Octal 1 55 175 143 100 0 63 333 142 31
Binary 1 101101 1111101 1100011 1000000 0 110011 11011011 1100010 11001

Color Harmonies of #012D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012D7D

Black with #012D7D

Text Example


Text Example

White with #012D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012D7D; }

 p { color: rgb(1,45,125); }

 H1.HeaderClassName
 {
   color: #012D7D;
 }
 .AnyTagClassName
 {
   color: #012D7D;
 }
</style>

background-color css

<style>
 a { background-color: #012D7D; }

 a { background-color: rgb(1,45,125); }

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

border-color css

<style>
 span { border-color: #012D7D; }

 span { border-color: rgb(1,45,125); }

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