Html Css Color HEX #002D7C Sapphire

📋 copy color: '#002D7C'

red 0 ◦ green 45 ◦ blue 124

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

Shades of Sapphire #002D7C

Tints of Sapphire #002D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 73.37%

R = 0%
G = 26.63%
B = 73.37%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#002D7C (or 0x002D7C) is known color: Sapphire. HEX triplet: 00, 2D and 7C. RGB value is (0,45,124). Sum of RGB (Red+Green+Blue) = 0+45+124=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #002D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D7C is #FFD283. Grayscale: #282828. Windows color (decimal): -16765572 or 8137984. OLE color: 8137984.

HSL color Cylindrical-coordinate representation of color #002D7C: hue angle of 218.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D7C is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 45 124 -
CMYK 1 0.64 0 0.51
HSL 218.23º 1% 0.24% -
HSV(B) 218.23º 1% 0.49% -
XYZ 4.58 3.33 19.47 -
YUV 40.55 175.09 99.08 -
System Red Green Blue C M Y K H S L
Decimal 0 45 124 1 0.64 0 0.51 218.23 1 0.24
Hex 0 2D 7C 64 40 0 33 DA 64 18
Octal 0 55 174 144 100 0 63 332 144 30
Binary 0 101101 1111100 1100100 1000000 0 110011 11011010 1100100 11000

Color Harmonies of #002D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D7C

Black with #002D7C

Text Example


Text Example

White with #002D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002D7C; }

 p { color: rgb(0,45,124); }

 H1.HeaderClassName
 {
   color: #002D7C;
 }
 .AnyTagClassName
 {
   color: #002D7C;
 }
</style>

background-color css

<style>
 a { background-color: #002D7C; }

 a { background-color: rgb(0,45,124); }

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

border-color css

<style>
 span { border-color: #002D7C; }

 span { border-color: rgb(0,45,124); }

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