Html Css Color HEX #031E4B Sapphire

📋 copy color: '#031E4B'

red 3 ◦ green 30 ◦ blue 75

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

Shades of Sapphire #031E4B

Tints of Sapphire #031E4B

RGB

 RED value IS 3 (1.56% from 255) = 2.78%

 GREEN value IS 30 (12.11% from 255) = 27.78%

 BLUE value IS 75 (29.69% from 255) = 69.44%

R = 2.78%
G = 27.78%
B = 69.44%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#031E4B (or 0x031E4B) is known color: Sapphire. HEX triplet: 03, 1E and 4B. RGB value is (3,30,75). Sum of RGB (Red+Green+Blue) = 3+30+75=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 75 (29.69% from 255 or 69.44% from 108); Max value from RGB is 75 - color contains mainly: blue. Hex color #031E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E4B is #FCE1B4. Grayscale: #1A1A1A. Windows color (decimal): -16572853 or 4922883. OLE color: 4922883.

HSL color Cylindrical-coordinate representation of color #031E4B: hue angle of 217.5º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031E4B is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 30 75 -
CMYK 0.96 0.60 0 0.71
HSL 217.5º 0.92% 0.15% -
HSV(B) 217.5º 0.96% 0.29% -
XYZ 1.77 1.46 6.84 -
YUV 27.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 3 30 75 0.96 0.60 0 0.71 217.5 0.92 0.15
Hex 3 1E 4B 60 3C 0 47 DA 5C F
Octal 3 36 113 140 74 0 107 332 134 17
Binary 11 11110 1001011 1100000 111100 0 1000111 11011010 1011100 1111

Color Harmonies of #031E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E4B

Black with #031E4B

Text Example


Text Example

White with #031E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031E4B; }

 p { color: rgb(3,30,75); }

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

background-color css

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

 a { background-color: rgb(3,30,75); }

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

border-color css

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

 span { border-color: rgb(3,30,75); }

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