Html Css Color HEX #030C5B Sapphire

📋 copy color: '#030C5B'

red 3 ◦ green 12 ◦ blue 91

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

Shades of Sapphire #030C5B

Tints of Sapphire #030C5B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.32%

 BLUE value IS 91 (35.94% from 255) = 85.85%

R = 2.83%
G = 11.32%
B = 85.85%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#030C5B (or 0x030C5B) is known color: Sapphire. HEX triplet: 03, 0C and 5B. RGB value is (3,12,91). Sum of RGB (Red+Green+Blue) = 3+12+91=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 91 (35.94% from 255 or 85.85% from 106); Max value from RGB is 91 - color contains mainly: blue. Hex color #030C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030C5B is #FCF3A4. Grayscale: #111111. Windows color (decimal): -16577445 or 5966851. OLE color: 5966851.

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

Color convert

RGB 3 12 91 -
CMYK 0.97 0.87 0 0.64
HSL 233.86º 0.94% 0.18% -
HSV(B) 233.86º 0.97% 0.36% -
XYZ 2.06 1.04 9.99 -
YUV 18.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 3 12 91 0.97 0.87 0 0.64 233.86 0.94 0.18
Hex 3 C 5B 61 57 0 40 EA 5E 12
Octal 3 14 133 141 127 0 100 352 136 22
Binary 11 1100 1011011 1100001 1010111 0 1000000 11101010 1011110 10010

Color Harmonies of #030C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C5B

Black with #030C5B

Text Example


Text Example

White with #030C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,91); }

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

background-color css

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

 a { background-color: rgb(3,12,91); }

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

border-color css

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

 span { border-color: rgb(3,12,91); }

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