Html Css Color HEX #134B6C Dark Cerulean

📋 copy color: '#134B6C'

red 19 ◦ green 75 ◦ blue 108

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

Shades of Dark Cerulean #134B6C

Tints of Dark Cerulean #134B6C

RGB

 RED value IS 19 (7.81% from 255) = 9.41%

 GREEN value IS 75 (29.69% from 255) = 37.13%

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 9.41%
G = 37.13%
B = 53.47%

CMYK

 C value IS 0.82

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#134B6C (or 0x134B6C) is known color: Dark Cerulean. HEX triplet: 13, 4B and 6C. RGB value is (19,75,108). Sum of RGB (Red+Green+Blue) = 19+75+108=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #134B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B6C is #ECB493. Grayscale: #3D3D3D. Windows color (decimal): -15512724 or 7097107. OLE color: 7097107.

HSL color Cylindrical-coordinate representation of color #134B6C: hue angle of 202.25º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134B6C is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 75 108 -
CMYK 0.82 0.31 0 0.58
HSL 202.25º 0.7% 0.25% -
HSV(B) 202.25º 0.82% 0.42% -
XYZ 5.49 6.25 15.1 -
YUV 62.02 153.95 97.32 -
System Red Green Blue C M Y K H S L
Decimal 19 75 108 0.82 0.31 0 0.58 202.25 0.7 0.25
Hex 13 4B 6C 52 1F 0 3A CA 46 19
Octal 23 113 154 122 37 0 72 312 106 31
Binary 10011 1001011 1101100 1010010 11111 0 111010 11001010 1000110 11001

Color Harmonies of #134B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134B6C

Black with #134B6C

Text Example


Text Example

White with #134B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134B6C; }

 p { color: rgb(19,75,108); }

 H1.HeaderClassName
 {
   color: #134B6C;
 }
 .AnyTagClassName
 {
   color: #134B6C;
 }
</style>

background-color css

<style>
 a { background-color: #134B6C; }

 a { background-color: rgb(19,75,108); }

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

border-color css

<style>
 span { border-color: #134B6C; }

 span { border-color: rgb(19,75,108); }

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