Html Css Color HEX #030E55 Sapphire

📋 copy color: '#030E55'

red 3 ◦ green 14 ◦ blue 85

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

Shades of Sapphire #030E55

Tints of Sapphire #030E55

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.73%

 BLUE value IS 85 (33.59% from 255) = 83.33%

R = 2.94%
G = 13.73%
B = 83.33%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#030E55 (or 0x030E55) is known color: Sapphire. HEX triplet: 03, 0E and 55. RGB value is (3,14,85). Sum of RGB (Red+Green+Blue) = 3+14+85=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 85 (33.59% from 255 or 83.33% from 102); Max value from RGB is 85 - color contains mainly: blue. Hex color #030E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E55 is #FCF1AA. Grayscale: #121212. Windows color (decimal): -16576939 or 5574147. OLE color: 5574147.

HSL color Cylindrical-coordinate representation of color #030E55: hue angle of 231.95º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030E55 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 14 85 -
CMYK 0.96 0.84 0 0.67
HSL 231.95º 0.93% 0.17% -
HSV(B) 231.95º 0.96% 0.33% -
XYZ 1.83 0.99 8.69 -
YUV 18.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 3 14 85 0.96 0.84 0 0.67 231.95 0.93 0.17
Hex 3 E 55 60 54 0 43 E8 5D 11
Octal 3 16 125 140 124 0 103 350 135 21
Binary 11 1110 1010101 1100000 1010100 0 1000011 11101000 1011101 10001

Color Harmonies of #030E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E55

Black with #030E55

Text Example


Text Example

White with #030E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030E55; }

 p { color: rgb(3,14,85); }

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

background-color css

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

 a { background-color: rgb(3,14,85); }

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

border-color css

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

 span { border-color: rgb(3,14,85); }

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