Html Css Color HEX #030E64 Sapphire

📋 copy color: '#030E64'

red 3 ◦ green 14 ◦ blue 100

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

Shades of Sapphire #030E64

Tints of Sapphire #030E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 85.47%

R = 2.56%
G = 11.97%
B = 85.47%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#030E64 (or 0x030E64) is known color: Sapphire. HEX triplet: 03, 0E and 64. RGB value is (3,14,100). Sum of RGB (Red+Green+Blue) = 3+14+100=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 100 (39.45% from 255 or 85.47% from 117); Max value from RGB is 100 - color contains mainly: blue. Hex color #030E64 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E64 is #FCF19B. Grayscale: #141414. Windows color (decimal): -16576924 or 6557187. OLE color: 6557187.

HSL color Cylindrical-coordinate representation of color #030E64: hue angle of 233.2º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E64 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 14 100 -
CMYK 0.97 0.86 0 0.61
HSL 233.2º 0.94% 0.2% -
HSV(B) 233.2º 0.97% 0.39% -
XYZ 2.49 1.25 12.17 -
YUV 20.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 3 14 100 0.97 0.86 0 0.61 233.2 0.94 0.2
Hex 3 E 64 61 56 0 3D E9 5E 14
Octal 3 16 144 141 126 0 75 351 136 24
Binary 11 1110 1100100 1100001 1010110 0 111101 11101001 1011110 10100

Color Harmonies of #030E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E64

Black with #030E64

Text Example


Text Example

White with #030E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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