Html Css Color HEX #030B5A Sapphire

📋 copy color: '#030B5A'

red 3 ◦ green 11 ◦ blue 90

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

Shades of Sapphire #030B5A

Tints of Sapphire #030B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 86.54%

R = 2.88%
G = 10.58%
B = 86.54%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#030B5A (or 0x030B5A) is known color: Sapphire. HEX triplet: 03, 0B and 5A. RGB value is (3,11,90). Sum of RGB (Red+Green+Blue) = 3+11+90=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 90 (35.55% from 255 or 86.54% from 104); Max value from RGB is 90 - color contains mainly: blue. Hex color #030B5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030B5A is #FCF4A5. Grayscale: #111111. Windows color (decimal): -16577702 or 5901059. OLE color: 5901059.

HSL color Cylindrical-coordinate representation of color #030B5A: hue angle of 234.48º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030B5A is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 11 90 -
CMYK 0.97 0.88 0 0.65
HSL 234.48º 0.94% 0.18% -
HSV(B) 234.48º 0.97% 0.35% -
XYZ 2 1 9.76 -
YUV 17.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 3 11 90 0.97 0.88 0 0.65 234.48 0.94 0.18
Hex 3 B 5A 61 58 0 41 EA 5E 12
Octal 3 13 132 141 130 0 101 352 136 22
Binary 11 1011 1011010 1100001 1011000 0 1000001 11101010 1011110 10010

Color Harmonies of #030B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B5A

Black with #030B5A

Text Example


Text Example

White with #030B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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