Html Css Color HEX #002A7C Sapphire

📋 copy color: '#002A7C'

red 0 ◦ green 42 ◦ blue 124

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

Shades of Sapphire #002A7C

Tints of Sapphire #002A7C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

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

R = 0%
G = 25.3%
B = 74.7%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#002A7C (or 0x002A7C) is known color: Sapphire. HEX triplet: 00, 2A and 7C. RGB value is (0,42,124). Sum of RGB (Red+Green+Blue) = 0+42+124=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #002A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002A7C is #FFD583. Grayscale: #262626. Windows color (decimal): -16766340 or 8137216. OLE color: 8137216.

HSL color Cylindrical-coordinate representation of color #002A7C: hue angle of 219.68º 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 #002A7C is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 42 124 -
CMYK 1 0.66 0 0.51
HSL 219.68º 1% 0.24% -
HSV(B) 219.68º 1% 0.49% -
XYZ 4.47 3.11 19.43 -
YUV 38.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 0 42 124 1 0.66 0 0.51 219.68 1 0.24
Hex 0 2A 7C 64 42 0 33 DC 64 18
Octal 0 52 174 144 102 0 63 334 144 30
Binary 0 101010 1111100 1100100 1000010 0 110011 11011100 1100100 11000

Color Harmonies of #002A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A7C

Black with #002A7C

Text Example


Text Example

White with #002A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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