Html Css Color HEX #00245F Sapphire

📋 copy color: '#00245F'

red 0 ◦ green 36 ◦ blue 95

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

Shades of Sapphire #00245F

Tints of Sapphire #00245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.48%

 BLUE value IS 95 (37.5% from 255) = 72.52%

R = 0%
G = 27.48%
B = 72.52%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#00245F (or 0x00245F) is known color: Sapphire. HEX triplet: 00, 24 and 5F. RGB value is (0,36,95). Sum of RGB (Red+Green+Blue) = 0+36+95=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 95 (37.5% from 255 or 72.52% from 131); Max value from RGB is 95 - color contains mainly: blue. Hex color #00245F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00245F is #FFDBA0. Grayscale: #1F1F1F. Windows color (decimal): -16767905 or 6235136. OLE color: 6235136.

HSL color Cylindrical-coordinate representation of color #00245F: hue angle of 217.26º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00245F is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 36 95 -
CMYK 1 0.62 0 0.63
HSL 217.26º 1% 0.19% -
HSV(B) 217.26º 1% 0.37% -
XYZ 2.7 2.09 11.09 -
YUV 31.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 0 36 95 1 0.62 0 0.63 217.26 1 0.19
Hex 0 24 5F 64 3E 0 3F D9 64 13
Octal 0 44 137 144 76 0 77 331 144 23
Binary 0 100100 1011111 1100100 111110 0 111111 11011001 1100100 10011

Color Harmonies of #00245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00245F

Black with #00245F

Text Example


Text Example

White with #00245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00245F; }

 p { color: rgb(0,36,95); }

 H1.HeaderClassName
 {
   color: #00245F;
 }
 .AnyTagClassName
 {
   color: #00245F;
 }
</style>

background-color css

<style>
 a { background-color: #00245F; }

 a { background-color: rgb(0,36,95); }

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

border-color css

<style>
 span { border-color: #00245F; }

 span { border-color: rgb(0,36,95); }

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