Html Css Color HEX #143C7E Dark Cerulean

📋 copy color: '#143C7E'

red 20 ◦ green 60 ◦ blue 126

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

Shades of Dark Cerulean #143C7E

Tints of Dark Cerulean #143C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.13%

 BLUE value IS 126 (49.61% from 255) = 61.17%

R = 9.71%
G = 29.13%
B = 61.17%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#143C7E (or 0x143C7E) is known color: Dark Cerulean. HEX triplet: 14, 3C and 7E. RGB value is (20,60,126). Sum of RGB (Red+Green+Blue) = 20+60+126=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 126 (49.61% from 255 or 61.17% from 206); Max value from RGB is 126 - color contains mainly: blue. Hex color #143C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C7E is #EBC381. Grayscale: #373737. Windows color (decimal): -15451010 or 8272916. OLE color: 8272916.

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

Color convert

RGB 20 60 126 -
CMYK 0.84 0.52 0 0.51
HSL 217.36º 0.73% 0.29% -
HSV(B) 217.36º 0.84% 0.49% -
XYZ 5.67 4.89 20.38 -
YUV 55.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 20 60 126 0.84 0.52 0 0.51 217.36 0.73 0.29
Hex 14 3C 7E 54 34 0 33 D9 49 1D
Octal 24 74 176 124 64 0 63 331 111 35
Binary 10100 111100 1111110 1010100 110100 0 110011 11011001 1001001 11101

Color Harmonies of #143C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C7E

Black with #143C7E

Text Example


Text Example

White with #143C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,60,126); }

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

background-color css

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

 a { background-color: rgb(20,60,126); }

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

border-color css

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

 span { border-color: rgb(20,60,126); }

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