Html Css Color HEX #04307C Sapphire

📋 copy color: '#04307C'

red 4 ◦ green 48 ◦ blue 124

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

Shades of Sapphire #04307C

Tints of Sapphire #04307C

RGB

 RED value IS 4 (1.95% from 255) = 2.27%

 GREEN value IS 48 (19.14% from 255) = 27.27%

 BLUE value IS 124 (48.83% from 255) = 70.45%

R = 2.27%
G = 27.27%
B = 70.45%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04307C (or 0x04307C) is known color: Sapphire. HEX triplet: 04, 30 and 7C. RGB value is (4,48,124). Sum of RGB (Red+Green+Blue) = 4+48+124=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #04307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04307C is #FBCF83. Grayscale: #2B2B2B. Windows color (decimal): -16502660 or 8138756. OLE color: 8138756.

HSL color Cylindrical-coordinate representation of color #04307C: hue angle of 218º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04307C is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 48 124 -
CMYK 0.97 0.61 0 0.51
HSL 218º 0.94% 0.25% -
HSV(B) 218º 0.97% 0.49% -
XYZ 4.75 3.59 19.51 -
YUV 43.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 4 48 124 0.97 0.61 0 0.51 218 0.94 0.25
Hex 4 30 7C 61 3D 0 33 DA 5E 19
Octal 4 60 174 141 75 0 63 332 136 31
Binary 100 110000 1111100 1100001 111101 0 110011 11011010 1011110 11001

Color Harmonies of #04307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04307C

Black with #04307C

Text Example


Text Example

White with #04307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04307C; }

 p { color: rgb(4,48,124); }

 H1.HeaderClassName
 {
   color: #04307C;
 }
 .AnyTagClassName
 {
   color: #04307C;
 }
</style>

background-color css

<style>
 a { background-color: #04307C; }

 a { background-color: rgb(4,48,124); }

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

border-color css

<style>
 span { border-color: #04307C; }

 span { border-color: rgb(4,48,124); }

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