Html Css Color HEX #042B64 Sapphire

📋 copy color: '#042B64'

red 4 ◦ green 43 ◦ blue 100

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

Shades of Sapphire #042B64

Tints of Sapphire #042B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.25%

 BLUE value IS 100 (39.45% from 255) = 68.03%

R = 2.72%
G = 29.25%
B = 68.03%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#042B64 (or 0x042B64) is known color: Sapphire. HEX triplet: 04, 2B and 64. RGB value is (4,43,100). Sum of RGB (Red+Green+Blue) = 4+43+100=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 100 (39.45% from 255 or 68.03% from 147); Max value from RGB is 100 - color contains mainly: blue. Hex color #042B64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B64 is #FBD49B. Grayscale: #252525. Windows color (decimal): -16503964 or 6564612. OLE color: 6564612.

HSL color Cylindrical-coordinate representation of color #042B64: hue angle of 215.62º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042B64 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 43 100 -
CMYK 0.96 0.57 0 0.61
HSL 215.63º 0.92% 0.2% -
HSV(B) 215.63º 0.96% 0.39% -
XYZ 3.21 2.67 12.4 -
YUV 37.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 4 43 100 0.96 0.57 0 0.61 215.63 0.92 0.2
Hex 4 2B 64 60 39 0 3D D8 5C 14
Octal 4 53 144 140 71 0 75 330 134 24
Binary 100 101011 1100100 1100000 111001 0 111101 11011000 1011100 10100

Color Harmonies of #042B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B64

Black with #042B64

Text Example


Text Example

White with #042B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042B64; }

 p { color: rgb(4,43,100); }

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

background-color css

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

 a { background-color: rgb(4,43,100); }

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

border-color css

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

 span { border-color: rgb(4,43,100); }

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