Html Css Color HEX #030B4D Sapphire

📋 copy color: '#030B4D'

red 3 ◦ green 11 ◦ blue 77

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

Shades of Sapphire #030B4D

Tints of Sapphire #030B4D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.09%

 BLUE value IS 77 (30.47% from 255) = 84.62%

R = 3.3%
G = 12.09%
B = 84.62%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#030B4D (or 0x030B4D) is known color: Sapphire. HEX triplet: 03, 0B and 4D. RGB value is (3,11,77). Sum of RGB (Red+Green+Blue) = 3+11+77=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 77 (30.47% from 255 or 84.62% from 91); Max value from RGB is 77 - color contains mainly: blue. Hex color #030B4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B4D is #FCF4B2. Grayscale: #0F0F0F. Windows color (decimal): -16577715 or 5049091. OLE color: 5049091.

HSL color Cylindrical-coordinate representation of color #030B4D: hue angle of 233.51º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030B4D is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 11 77 -
CMYK 0.96 0.86 0 0.70
HSL 233.51º 0.93% 0.16% -
HSV(B) 233.51º 0.96% 0.3% -
XYZ 1.5 0.79 7.1 -
YUV 16.13 162.35 118.63 -
System Red Green Blue C M Y K H S L
Decimal 3 11 77 0.96 0.86 0 0.70 233.51 0.93 0.16
Hex 3 B 4D 60 56 0 46 EA 5C 10
Octal 3 13 115 140 126 0 106 352 134 20
Binary 11 1011 1001101 1100000 1010110 0 1000110 11101010 1011100 10000

Color Harmonies of #030B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B4D

Black with #030B4D

Text Example


Text Example

White with #030B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,11,77); }

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

background-color css

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

 a { background-color: rgb(3,11,77); }

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

border-color css

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

 span { border-color: rgb(3,11,77); }

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