Html Css Color HEX #143B75 Dark Cerulean

📋 copy color: '#143B75'

red 20 ◦ green 59 ◦ blue 117

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

Shades of Dark Cerulean #143B75

Tints of Dark Cerulean #143B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 10.2%
G = 30.1%
B = 59.69%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#143B75 (or 0x143B75) is known color: Dark Cerulean. HEX triplet: 14, 3B and 75. RGB value is (20,59,117). Sum of RGB (Red+Green+Blue) = 20+59+117=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #143B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B75 is #EBC48A. Grayscale: #353535. Windows color (decimal): -15451275 or 7682836. OLE color: 7682836.

HSL color Cylindrical-coordinate representation of color #143B75: hue angle of 215.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143B75 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 59 117 -
CMYK 0.83 0.50 0 0.54
HSL 215.88º 0.71% 0.27% -
HSV(B) 215.88º 0.83% 0.46% -
XYZ 5.06 4.56 17.44 -
YUV 53.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 20 59 117 0.83 0.50 0 0.54 215.88 0.71 0.27
Hex 14 3B 75 53 32 0 36 D8 47 1B
Octal 24 73 165 123 62 0 66 330 107 33
Binary 10100 111011 1110101 1010011 110010 0 110110 11011000 1000111 11011

Color Harmonies of #143B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B75

Black with #143B75

Text Example


Text Example

White with #143B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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