Html Css Color HEX #00236D Sapphire

📋 copy color: '#00236D'

red 0 ◦ green 35 ◦ blue 109

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

Shades of Sapphire #00236D

Tints of Sapphire #00236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

 BLUE value IS 109 (42.97% from 255) = 75.69%

R = 0%
G = 24.31%
B = 75.69%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00236D (or 0x00236D) is known color: Sapphire. HEX triplet: 00, 23 and 6D. RGB value is (0,35,109). Sum of RGB (Red+Green+Blue) = 0+35+109=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #00236D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00236D is #FFDC92. Grayscale: #202020. Windows color (decimal): -16768147 or 7152384. OLE color: 7152384.

HSL color Cylindrical-coordinate representation of color #00236D: hue angle of 220.73º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00236D is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 35 109 -
CMYK 1 0.68 0 0.57
HSL 220.73º 1% 0.21% -
HSV(B) 220.73º 1% 0.43% -
XYZ 3.36 2.31 14.74 -
YUV 32.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 0 35 109 1 0.68 0 0.57 220.73 1 0.21
Hex 0 23 6D 64 44 0 39 DD 64 15
Octal 0 43 155 144 104 0 71 335 144 25
Binary 0 100011 1101101 1100100 1000100 0 111001 11011101 1100100 10101

Color Harmonies of #00236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00236D

Black with #00236D

Text Example


Text Example

White with #00236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00236D; }

 p { color: rgb(0,35,109); }

 H1.HeaderClassName
 {
   color: #00236D;
 }
 .AnyTagClassName
 {
   color: #00236D;
 }
</style>

background-color css

<style>
 a { background-color: #00236D; }

 a { background-color: rgb(0,35,109); }

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

border-color css

<style>
 span { border-color: #00236D; }

 span { border-color: rgb(0,35,109); }

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