Html Css Color HEX #00195A Sapphire

📋 copy color: '#00195A'

red 0 ◦ green 25 ◦ blue 90

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

Shades of Sapphire #00195A

Tints of Sapphire #00195A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 25 (10.16% from 255) = 21.74%

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

R = 0%
G = 21.74%
B = 78.26%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00195A (or 0x00195A) is known color: Sapphire. HEX triplet: 00, 19 and 5A. RGB value is (0,25,90). Sum of RGB (Red+Green+Blue) = 0+25+90=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 90 (35.55% from 255 or 78.26% from 115); Max value from RGB is 90 - color contains mainly: blue. Hex color #00195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00195A is #FFE6A5. Grayscale: #181818. Windows color (decimal): -16770726 or 5904640. OLE color: 5904640.

HSL color Cylindrical-coordinate representation of color #00195A: hue angle of 223.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00195A is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 25 90 -
CMYK 1 0.72 0 0.65
HSL 223.33º 1% 0.18% -
HSV(B) 223.33º 1% 0.35% -
XYZ 2.19 1.43 9.83 -
YUV 24.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 0 25 90 1 0.72 0 0.65 223.33 1 0.18
Hex 0 19 5A 64 48 0 41 DF 64 12
Octal 0 31 132 144 110 0 101 337 144 22
Binary 0 11001 1011010 1100100 1001000 0 1000001 11011111 1100100 10010

Color Harmonies of #00195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00195A

Black with #00195A

Text Example


Text Example

White with #00195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00195A; }

 p { color: rgb(0,25,90); }

 H1.HeaderClassName
 {
   color: #00195A;
 }
 .AnyTagClassName
 {
   color: #00195A;
 }
</style>

background-color css

<style>
 a { background-color: #00195A; }

 a { background-color: rgb(0,25,90); }

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

border-color css

<style>
 span { border-color: #00195A; }

 span { border-color: rgb(0,25,90); }

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