Html Css Color HEX #042651 Sapphire

📋 copy color: '#042651'

red 4 ◦ green 38 ◦ blue 81

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

Shades of Sapphire #042651

Tints of Sapphire #042651

RGB

 RED value IS 4 (1.95% from 255) = 3.25%

 GREEN value IS 38 (15.23% from 255) = 30.89%

 BLUE value IS 81 (32.03% from 255) = 65.85%

R = 3.25%
G = 30.89%
B = 65.85%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#042651 (or 0x042651) is known color: Sapphire. HEX triplet: 04, 26 and 51. RGB value is (4,38,81). Sum of RGB (Red+Green+Blue) = 4+38+81=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #042651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042651 is #FBD9AE. Grayscale: #202020. Windows color (decimal): -16505263 or 5318148. OLE color: 5318148.

HSL color Cylindrical-coordinate representation of color #042651: hue angle of 213.51º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042651 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 38 81 -
CMYK 0.95 0.53 0 0.68
HSL 213.51º 0.91% 0.17% -
HSV(B) 213.51º 0.95% 0.32% -
XYZ 2.23 2.01 8.05 -
YUV 32.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 4 38 81 0.95 0.53 0 0.68 213.51 0.91 0.17
Hex 4 26 51 5F 35 0 44 D6 5B 11
Octal 4 46 121 137 65 0 104 326 133 21
Binary 100 100110 1010001 1011111 110101 0 1000100 11010110 1011011 10001

Color Harmonies of #042651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042651

Black with #042651

Text Example


Text Example

White with #042651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042651; }

 p { color: rgb(4,38,81); }

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

background-color css

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

 a { background-color: rgb(4,38,81); }

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

border-color css

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

 span { border-color: rgb(4,38,81); }

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