Html Css Color HEX #042268 Sapphire

📋 copy color: '#042268'

red 4 ◦ green 34 ◦ blue 104

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

Shades of Sapphire #042268

Tints of Sapphire #042268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.94%

 BLUE value IS 104 (41.02% from 255) = 73.24%

R = 2.82%
G = 23.94%
B = 73.24%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#042268 (or 0x042268) is known color: Sapphire. HEX triplet: 04, 22 and 68. RGB value is (4,34,104). Sum of RGB (Red+Green+Blue) = 4+34+104=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #042268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042268 is #FBDD97. Grayscale: #202020. Windows color (decimal): -16506264 or 6824452. OLE color: 6824452.

HSL color Cylindrical-coordinate representation of color #042268: hue angle of 222º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042268 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 34 104 -
CMYK 0.96 0.67 0 0.59
HSL 222º 0.93% 0.21% -
HSV(B) 222º 0.96% 0.41% -
XYZ 3.12 2.17 13.35 -
YUV 33.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 4 34 104 0.96 0.67 0 0.59 222 0.93 0.21
Hex 4 22 68 60 43 0 3B DE 5D 15
Octal 4 42 150 140 103 0 73 336 135 25
Binary 100 100010 1101000 1100000 1000011 0 111011 11011110 1011101 10101

Color Harmonies of #042268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042268

Black with #042268

Text Example


Text Example

White with #042268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042268; }

 p { color: rgb(4,34,104); }

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

background-color css

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

 a { background-color: rgb(4,34,104); }

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

border-color css

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

 span { border-color: rgb(4,34,104); }

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