Html Css Color HEX #042B70 Sapphire

📋 copy color: '#042B70'

red 4 ◦ green 43 ◦ blue 112

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

Shades of Sapphire #042B70

Tints of Sapphire #042B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 70.44%

R = 2.52%
G = 27.04%
B = 70.44%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042B70 (or 0x042B70) is known color: Sapphire. HEX triplet: 04, 2B and 70. RGB value is (4,43,112). Sum of RGB (Red+Green+Blue) = 4+43+112=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #042B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B70 is #FBD48F. Grayscale: #262626. Windows color (decimal): -16503952 or 7351044. OLE color: 7351044.

HSL color Cylindrical-coordinate representation of color #042B70: hue angle of 218.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042B70 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 43 112 -
CMYK 0.96 0.62 0 0.56
HSL 218.33º 0.93% 0.23% -
HSV(B) 218.33º 0.96% 0.44% -
XYZ 3.84 2.92 15.69 -
YUV 39.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 4 43 112 0.96 0.62 0 0.56 218.33 0.93 0.23
Hex 4 2B 70 60 3E 0 38 DA 5D 17
Octal 4 53 160 140 76 0 70 332 135 27
Binary 100 101011 1110000 1100000 111110 0 111000 11011010 1011101 10111

Color Harmonies of #042B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B70

Black with #042B70

Text Example


Text Example

White with #042B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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