Html Css Color HEX #143F7F Dark Cerulean

📋 copy color: '#143F7F'

red 20 ◦ green 63 ◦ blue 127

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

Shades of Dark Cerulean #143F7F

Tints of Dark Cerulean #143F7F

RGB

 RED value IS 20 (8.2% from 255) = 9.52%

 GREEN value IS 63 (25% from 255) = 30%

 BLUE value IS 127 (50% from 255) = 60.48%

R = 9.52%
G = 30%
B = 60.48%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#143F7F (or 0x143F7F) is known color: Dark Cerulean. HEX triplet: 14, 3F and 7F. RGB value is (20,63,127). Sum of RGB (Red+Green+Blue) = 20+63+127=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #143F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F7F is #EBC080. Grayscale: #393939. Windows color (decimal): -15450241 or 8339220. OLE color: 8339220.

HSL color Cylindrical-coordinate representation of color #143F7F: hue angle of 215.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143F7F is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 63 127 -
CMYK 0.84 0.50 0 0.50
HSL 215.89º 0.73% 0.29% -
HSV(B) 215.89º 0.84% 0.5% -
XYZ 5.9 5.24 20.78 -
YUV 57.44 167.25 101.3 -
System Red Green Blue C M Y K H S L
Decimal 20 63 127 0.84 0.50 0 0.50 215.89 0.73 0.29
Hex 14 3F 7F 54 32 0 32 D8 49 1D
Octal 24 77 177 124 62 0 62 330 111 35
Binary 10100 111111 1111111 1010100 110010 0 110010 11011000 1001001 11101

Color Harmonies of #143F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F7F

Black with #143F7F

Text Example


Text Example

White with #143F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143F7F; }

 p { color: rgb(20,63,127); }

 H1.HeaderClassName
 {
   color: #143F7F;
 }
 .AnyTagClassName
 {
   color: #143F7F;
 }
</style>

background-color css

<style>
 a { background-color: #143F7F; }

 a { background-color: rgb(20,63,127); }

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

border-color css

<style>
 span { border-color: #143F7F; }

 span { border-color: rgb(20,63,127); }

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