Html Css Color HEX #042B67 Sapphire

📋 copy color: '#042B67'

red 4 ◦ green 43 ◦ blue 103

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

Shades of Sapphire #042B67

Tints of Sapphire #042B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 68.67%

R = 2.67%
G = 28.67%
B = 68.67%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#042B67 (or 0x042B67) is known color: Sapphire. HEX triplet: 04, 2B and 67. RGB value is (4,43,103). Sum of RGB (Red+Green+Blue) = 4+43+103=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #042B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B67 is #FBD498. Grayscale: #252525. Windows color (decimal): -16503961 or 6761220. OLE color: 6761220.

HSL color Cylindrical-coordinate representation of color #042B67: hue angle of 216.36º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042B67 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 43 103 -
CMYK 0.96 0.58 0 0.60
HSL 216.36º 0.93% 0.21% -
HSV(B) 216.36º 0.96% 0.4% -
XYZ 3.36 2.73 13.18 -
YUV 38.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 4 43 103 0.96 0.58 0 0.60 216.36 0.93 0.21
Hex 4 2B 67 60 3A 0 3C D8 5D 15
Octal 4 53 147 140 72 0 74 330 135 25
Binary 100 101011 1100111 1100000 111010 0 111100 11011000 1011101 10101

Color Harmonies of #042B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042B67

Black with #042B67

Text Example


Text Example

White with #042B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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