Html Css Color HEX #030B54 Sapphire

📋 copy color: '#030B54'

red 3 ◦ green 11 ◦ blue 84

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

Shades of Sapphire #030B54

Tints of Sapphire #030B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 85.71%

R = 3.06%
G = 11.22%
B = 85.71%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#030B54 (or 0x030B54) is known color: Sapphire. HEX triplet: 03, 0B and 54. RGB value is (3,11,84). Sum of RGB (Red+Green+Blue) = 3+11+84=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 84 (33.20% from 255 or 85.71% from 98); Max value from RGB is 84 - color contains mainly: blue. Hex color #030B54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B54 is #FCF4AB. Grayscale: #101010. Windows color (decimal): -16577708 or 5507843. OLE color: 5507843.

HSL color Cylindrical-coordinate representation of color #030B54: hue angle of 234.07º 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 #030B54 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 11 84 -
CMYK 0.96 0.87 0 0.67
HSL 234.07º 0.93% 0.17% -
HSV(B) 234.07º 0.96% 0.33% -
XYZ 1.76 0.9 8.47 -
YUV 16.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 3 11 84 0.96 0.87 0 0.67 234.07 0.93 0.17
Hex 3 B 54 60 57 0 43 EA 5D 11
Octal 3 13 124 140 127 0 103 352 135 21
Binary 11 1011 1010100 1100000 1010111 0 1000011 11101010 1011101 10001

Color Harmonies of #030B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B54

Black with #030B54

Text Example


Text Example

White with #030B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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