#0D92C1

Color #0D92C1 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0D92C1

Tints of Pacific Blue #0D92C1

Color information

#0D92C1 (or 0x0D92C1) is unknown color: approx Pacific Blue. HEX triplet: 0D, 92 and C1. RGB value is (13,146,193). Sum of RGB (Red+Green+Blue) = 13+146+193=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #0D92C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D92C1 is #F26D3E. Grayscale: #6F6F6F. Windows color (decimal): -15887679 or 12685837. OLE color: 12685837.

HSL color Cylindrical-coordinate representation of color #0D92C1: hue angle of 195.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D92C1 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13146193-
CMYK0.930.2400.24
HSL195.67º87.38%40.39%-
HSV(B)195.67º93.26%75.69%-
XYZ20.0724.4954.12-
YUV111.59173.9457.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.69%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 193 (75.78% from 255) = 54.83%
R=3.69%
G=41.48%
B=54.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131461930.930.2400.24195.6787.3840.39
HexD92C15D18018c45728
Octal152223011353003030412750
Binary11011001001011000001101110111000011000110001001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D92C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D92C1; }

 p { color: rgb(13,146,193); }

 H1.HeaderClassName
 {
   color: #0D92C1;
 }
 .AnyTagClassName
 {
   color: #0D92C1;
 }
</style>
background-color css

<style>
 a { background-color: #0D92C1; }

 a { background-color: rgb(13,146,193); }

 div.DivClassName
 {
   background-color: #0D92C1;
 }
 .BgClassName
 {
   background-color: #0D92C1;
 }
</style>
border-color css

<style>
 span { border-color: #0D92C1; }

 span { border-color: rgb(13,146,193); }

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