Html Css Color HEX #143B7C Dark Cerulean

📋 copy color: '#143B7C'

red 20 ◦ green 59 ◦ blue 124

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

Shades of Dark Cerulean #143B7C

Tints of Dark Cerulean #143B7C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.06%

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 9.85%
G = 29.06%
B = 61.08%

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

#143B7C (or 0x143B7C) is known color: Dark Cerulean. HEX triplet: 14, 3B and 7C. RGB value is (20,59,124). Sum of RGB (Red+Green+Blue) = 20+59+124=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #143B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B7C is #EBC483. Grayscale: #363636. Windows color (decimal): -15451268 or 8141588. OLE color: 8141588.

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

Color convert

RGB 20 59 124 -
CMYK 0.84 0.52 0 0.51
HSL 217.5º 0.72% 0.28% -
HSV(B) 217.5º 0.84% 0.49% -
XYZ 5.49 4.73 19.69 -
YUV 54.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 20 59 124 0.84 0.52 0 0.51 217.5 0.72 0.28
Hex 14 3B 7C 54 34 0 33 DA 48 1C
Octal 24 73 174 124 64 0 63 332 110 34
Binary 10100 111011 1111100 1010100 110100 0 110011 11011010 1001000 11100

Color Harmonies of #143B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B7C

Black with #143B7C

Text Example


Text Example

White with #143B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,59,124); }

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

background-color css

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

 a { background-color: rgb(20,59,124); }

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

border-color css

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

 span { border-color: rgb(20,59,124); }

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